#6C1FCC

Color #6C1FCC Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6C1FCC

Tints of Purple Heart #6C1FCC

Color information

#6C1FCC (or 0x6C1FCC) is unknown color: approx Purple Heart. HEX triplet: 6C, 1F and CC. RGB value is (108,31,204). Sum of RGB (Red+Green+Blue) = 108+31+204=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C1FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C1FCC is #93E033. Grayscale: #494949. Windows color (decimal): -9691188 or 13377388. OLE color: 13377388.

HSL color Cylindrical-coordinate representation of color #6C1FCC: hue angle of 266.71º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C1FCC is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10831204-
CMYK0.470.8500.2
HSL266.71º73.62%46.08%-
HSV(B)266.71º84.8%80%-
XYZ17.578.5357.85-
YUV73.74201.51152.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 31.49%
GREEN value IS 31 (12.5% from 255) = 9.04%
BLUE value IS 204 (80.08% from 255) = 59.48%
R=31.49%
G=9.04%
B=59.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal108312040.470.8500.2266.7173.6246.08
Hex6C1FCC2F5501410b4a2e
Octal154373145712502441311256
Binary1101100111111100110010111110101010101001000010111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C1FCC; }

 p { color: rgb(108,31,204); }

 H1.HeaderClassName
 {
   color: #6C1FCC;
 }
 .AnyTagClassName
 {
   color: #6C1FCC;
 }
</style>
background-color css

<style>
 a { background-color: #6C1FCC; }

 a { background-color: rgb(108,31,204); }

 div.DivClassName
 {
   background-color: #6C1FCC;
 }
 .BgClassName
 {
   background-color: #6C1FCC;
 }
</style>
border-color css

<style>
 span { border-color: #6C1FCC; }

 span { border-color: rgb(108,31,204); }

 td.TdClassName
 {
   border-color: #6C1FCC;
 }
 .TagClassName
 {
   border-color: #6C1FCC;
 }
</style>