Html Css Color HEX #6C02B6 Purple Heart

📋 copy color: '#6C02B6'

red 108 ◦ green 2 ◦ blue 182

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

Shades of Purple Heart #6C02B6

Tints of Purple Heart #6C02B6

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 182 (71.48% from 255) = 62.33%

R = 36.99%
G = 0.68%
B = 62.33%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6C02B6 (or 0x6C02B6) is known color: Purple Heart. HEX triplet: 6C, 02 and B6. RGB value is (108,2,182). Sum of RGB (Red+Green+Blue) = 108+2+182=292 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.99% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 182 (71.48% from 255 or 62.33% from 292); Max value from RGB is 182 - color contains mainly: blue. Hex color #6C02B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C02B6 is #93FD49. Grayscale: #353535. Windows color (decimal): -9698634 or 11928172. OLE color: 11928172.

HSL color Cylindrical-coordinate representation of color #6C02B6: hue angle of 275.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C02B6 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 108 2 182 -
CMYK 0.41 0.99 0 0.29
HSL 275.33º 0.98% 0.36% -
HSV(B) 275.33º 0.99% 0.71% -
XYZ 14.65 6.61 44.76 -
YUV 54.21 200.12 166.36 -
System Red Green Blue C M Y K H S L
Decimal 108 2 182 0.41 0.99 0 0.29 275.33 0.98 0.36
Hex 6C 2 B6 29 63 0 1D 113 62 24
Octal 154 2 266 51 143 0 35 423 142 44
Binary 1101100 10 10110110 101001 1100011 0 11101 100010011 1100010 100100

Color Harmonies of #6C02B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C02B6

Black with #6C02B6

Text Example


Text Example

White with #6C02B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,2,182); }

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

background-color css

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

 a { background-color: rgb(108,2,182); }

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

border-color css

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

 span { border-color: rgb(108,2,182); }

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