Html Css Color HEX #6C0CBE Purple Heart

📋 copy color: '#6C0CBE'

red 108 ◦ green 12 ◦ blue 190

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

Shades of Purple Heart #6C0CBE

Tints of Purple Heart #6C0CBE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.87%

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

R = 34.84%
G = 3.87%
B = 61.29%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C0CBE (or 0x6C0CBE) is known color: Purple Heart. HEX triplet: 6C, 0C and BE. RGB value is (108,12,190). Sum of RGB (Red+Green+Blue) = 108+12+190=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C0CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0CBE is #93F341. Grayscale: #3C3C3C. Windows color (decimal): -9696066 or 12455020. OLE color: 12455020.

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

Color convert

RGB 108 12 190 -
CMYK 0.43 0.94 0 0.25
HSL 272.36º 0.88% 0.4% -
HSV(B) 272.36º 0.94% 0.75% -
XYZ 15.61 7.17 49.28 -
YUV 61 200.8 161.53 -
System Red Green Blue C M Y K H S L
Decimal 108 12 190 0.43 0.94 0 0.25 272.36 0.88 0.4
Hex 6C C BE 2B 5E 0 19 110 58 28
Octal 154 14 276 53 136 0 31 420 130 50
Binary 1101100 1100 10111110 101011 1011110 0 11001 100010000 1011000 101000

Color Harmonies of #6C0CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0CBE

Black with #6C0CBE

Text Example


Text Example

White with #6C0CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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