Html Css Color HEX #6809AB Purple Heart

📋 copy color: '#6809AB'

red 104 ◦ green 9 ◦ blue 171

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

Shades of Purple Heart #6809AB

Tints of Purple Heart #6809AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.21%

R = 36.62%
G = 3.17%
B = 60.21%

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

#6809AB (or 0x6809AB) is known color: Purple Heart. HEX triplet: 68, 09 and AB. RGB value is (104,9,171). Sum of RGB (Red+Green+Blue) = 104+9+171=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #6809AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6809AB is #97F654. Grayscale: #373737. Windows color (decimal): -9958997 or 11209064. OLE color: 11209064.

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

Color convert

RGB 104 9 171 -
CMYK 0.39 0.95 0 0.33
HSL 275.19º 0.9% 0.35% -
HSV(B) 275.19º 0.95% 0.67% -
XYZ 13.16 6.08 39.01 -
YUV 55.87 192.97 162.33 -
System Red Green Blue C M Y K H S L
Decimal 104 9 171 0.39 0.95 0 0.33 275.19 0.9 0.35
Hex 68 9 AB 27 5F 0 21 113 5A 23
Octal 150 11 253 47 137 0 41 423 132 43
Binary 1101000 1001 10101011 100111 1011111 0 100001 100010011 1011010 100011

Color Harmonies of #6809AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6809AB

Black with #6809AB

Text Example


Text Example

White with #6809AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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