Html Css Color HEX #6C12BE Purple Heart

📋 copy color: '#6C12BE'

red 108 ◦ green 18 ◦ blue 190

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

Shades of Purple Heart #6C12BE

Tints of Purple Heart #6C12BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.13%

R = 34.18%
G = 5.7%
B = 60.13%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C12BE (or 0x6C12BE) is known color: Purple Heart. HEX triplet: 6C, 12 and BE. RGB value is (108,18,190). Sum of RGB (Red+Green+Blue) = 108+18+190=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C12BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C12BE is #93ED41. Grayscale: #3F3F3F. Windows color (decimal): -9694530 or 12456556. OLE color: 12456556.

HSL color Cylindrical-coordinate representation of color #6C12BE: hue angle of 271.4º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C12BE is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 18 190 -
CMYK 0.43 0.91 0 0.25
HSL 271.4º 0.83% 0.41% -
HSV(B) 271.4º 0.91% 0.75% -
XYZ 15.69 7.34 49.3 -
YUV 64.52 198.82 159.01 -
System Red Green Blue C M Y K H S L
Decimal 108 18 190 0.43 0.91 0 0.25 271.4 0.83 0.41
Hex 6C 12 BE 2B 5B 0 19 10F 53 29
Octal 154 22 276 53 133 0 31 417 123 51
Binary 1101100 10010 10111110 101011 1011011 0 11001 100001111 1010011 101001

Color Harmonies of #6C12BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C12BE

Black with #6C12BE

Text Example


Text Example

White with #6C12BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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