Html Css Color HEX #6808AA Purple Heart

📋 copy color: '#6808AA'

red 104 ◦ green 8 ◦ blue 170

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

Shades of Purple Heart #6808AA

Tints of Purple Heart #6808AA

RGB

 RED value IS 104 (41.02% from 255) = 36.88%

 GREEN value IS 8 (3.52% from 255) = 2.84%

 BLUE value IS 170 (66.8% from 255) = 60.28%

R = 36.88%
G = 2.84%
B = 60.28%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6808AA (or 0x6808AA) is known color: Purple Heart. HEX triplet: 68, 08 and AA. RGB value is (104,8,170). Sum of RGB (Red+Green+Blue) = 104+8+170=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #6808AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6808AA is #97F755. Grayscale: #363636. Windows color (decimal): -9959254 or 11143272. OLE color: 11143272.

HSL color Cylindrical-coordinate representation of color #6808AA: hue angle of 275.56º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6808AA is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 8 170 -
CMYK 0.39 0.95 0 0.33
HSL 275.56º 0.91% 0.35% -
HSV(B) 275.56º 0.95% 0.67% -
XYZ 13.05 6.02 38.5 -
YUV 55.17 192.8 162.83 -
System Red Green Blue C M Y K H S L
Decimal 104 8 170 0.39 0.95 0 0.33 275.56 0.91 0.35
Hex 68 8 AA 27 5F 0 21 114 5B 23
Octal 150 10 252 47 137 0 41 424 133 43
Binary 1101000 1000 10101010 100111 1011111 0 100001 100010100 1011011 100011

Color Harmonies of #6808AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6808AA

Black with #6808AA

Text Example


Text Example

White with #6808AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6808AA; }

 p { color: rgb(104,8,170); }

 H1.HeaderClassName
 {
   color: #6808AA;
 }
 .AnyTagClassName
 {
   color: #6808AA;
 }
</style>

background-color css

<style>
 a { background-color: #6808AA; }

 a { background-color: rgb(104,8,170); }

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

border-color css

<style>
 span { border-color: #6808AA; }

 span { border-color: rgb(104,8,170); }

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