Html Css Color HEX #6C07A8 Purple Heart

📋 copy color: '#6C07A8'

red 108 ◦ green 7 ◦ blue 168

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

Shades of Purple Heart #6C07A8

Tints of Purple Heart #6C07A8

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.47%

 BLUE value IS 168 (66.02% from 255) = 59.36%

R = 38.16%
G = 2.47%
B = 59.36%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#6C07A8 (or 0x6C07A8) is known color: Purple Heart. HEX triplet: 6C, 07 and A8. RGB value is (108,7,168). Sum of RGB (Red+Green+Blue) = 108+7+168=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 168 (66.02% from 255 or 59.36% from 283); Max value from RGB is 168 - color contains mainly: blue. Hex color #6C07A8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C07A8 is #93F857. Grayscale: #373737. Windows color (decimal): -9697368 or 11011948. OLE color: 11011948.

HSL color Cylindrical-coordinate representation of color #6C07A8: hue angle of 277.64º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C07A8 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 108 7 168 -
CMYK 0.36 0.96 0 0.34
HSL 277.64º 0.92% 0.34% -
HSV(B) 277.64º 0.96% 0.66% -
XYZ 13.33 6.17 37.53 -
YUV 55.55 191.46 165.41 -
System Red Green Blue C M Y K H S L
Decimal 108 7 168 0.36 0.96 0 0.34 277.64 0.92 0.34
Hex 6C 7 A8 24 60 0 22 116 5C 22
Octal 154 7 250 44 140 0 42 426 134 42
Binary 1101100 111 10101000 100100 1100000 0 100010 100010110 1011100 100010

Color Harmonies of #6C07A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C07A8

Black with #6C07A8

Text Example


Text Example

White with #6C07A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,7,168); }

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

background-color css

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

 a { background-color: rgb(108,7,168); }

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

border-color css

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

 span { border-color: rgb(108,7,168); }

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