Html Css Color HEX #6809AA Purple Heart

📋 copy color: '#6809AA'

red 104 ◦ green 9 ◦ blue 170

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

Shades of Purple Heart #6809AA

Tints of Purple Heart #6809AA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.18%

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

R = 36.75%
G = 3.18%
B = 60.07%

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

#6809AA (or 0x6809AA) is known color: Purple Heart. HEX triplet: 68, 09 and AA. RGB value is (104,9,170). Sum of RGB (Red+Green+Blue) = 104+9+170=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #6809AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6809AA is #97F655. Grayscale: #373737. Windows color (decimal): -9958998 or 11143528. OLE color: 11143528.

HSL color Cylindrical-coordinate representation of color #6809AA: hue angle of 275.4º degrees, saturation: 0.9, 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 #6809AA is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 9 170 -
CMYK 0.39 0.95 0 0.33
HSL 275.4º 0.9% 0.35% -
HSV(B) 275.4º 0.95% 0.67% -
XYZ 13.06 6.04 38.51 -
YUV 55.76 192.47 162.41 -
System Red Green Blue C M Y K H S L
Decimal 104 9 170 0.39 0.95 0 0.33 275.4 0.9 0.35
Hex 68 9 AA 27 5F 0 21 113 5A 23
Octal 150 11 252 47 137 0 41 423 132 43
Binary 1101000 1001 10101010 100111 1011111 0 100001 100010011 1011010 100011

Color Harmonies of #6809AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6809AA

Black with #6809AA

Text Example


Text Example

White with #6809AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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