Html Css Color HEX #6C12CC Purple Heart

📋 copy color: '#6C12CC'

red 108 ◦ green 18 ◦ blue 204

#6C12CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6C12CC

Tints of Purple Heart #6C12CC

RGB

 RED value IS 108 (42.58% from 255) = 32.73%

 GREEN value IS 18 (7.42% from 255) = 5.45%

 BLUE value IS 204 (80.08% from 255) = 61.82%

R = 32.73%
G = 5.45%
B = 61.82%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6C12CC (or 0x6C12CC) is known color: Purple Heart. HEX triplet: 6C, 12 and CC. RGB value is (108,18,204). Sum of RGB (Red+Green+Blue) = 108+18+204=330 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.73% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C12CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C12CC is #93ED33. Grayscale: #414141. Windows color (decimal): -9694516 or 13374060. OLE color: 13374060.

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

Color convert

RGB 108 18 204 -
CMYK 0.47 0.91 0 0.2
HSL 269.03º 0.84% 0.44% -
HSV(B) 269.03º 0.91% 0.8% -
XYZ 17.3 7.98 57.76 -
YUV 66.11 205.82 157.88 -
System Red Green Blue C M Y K H S L
Decimal 108 18 204 0.47 0.91 0 0.2 269.03 0.84 0.44
Hex 6C 12 CC 2F 5B 0 14 10D 54 2C
Octal 154 22 314 57 133 0 24 415 124 54
Binary 1101100 10010 11001100 101111 1011011 0 10100 100001101 1010100 101100

Color Harmonies of #6C12CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C12CC

Black with #6C12CC

Text Example


Text Example

White with #6C12CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C12CC;
 }
 .AnyTagClassName
 {
   color: #6C12CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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