Html Css Color HEX #6805AB Purple Heart

📋 copy color: '#6805AB'

red 104 ◦ green 5 ◦ blue 171

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

Shades of Purple Heart #6805AB

Tints of Purple Heart #6805AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

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

R = 37.14%
G = 1.79%
B = 61.07%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6805AB (or 0x6805AB) is known color: Purple Heart. HEX triplet: 68, 05 and AB. RGB value is (104,5,171). Sum of RGB (Red+Green+Blue) = 104+5+171=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #6805AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6805AB is #97FA54. Grayscale: #343434. Windows color (decimal): -9960021 or 11208040. OLE color: 11208040.

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

Color convert

RGB 104 5 171 -
CMYK 0.39 0.97 0 0.33
HSL 275.78º 0.94% 0.35% -
HSV(B) 275.78º 0.97% 0.67% -
XYZ 13.11 5.99 38.99 -
YUV 53.53 194.3 164 -
System Red Green Blue C M Y K H S L
Decimal 104 5 171 0.39 0.97 0 0.33 275.78 0.94 0.35
Hex 68 5 AB 27 61 0 21 114 5E 23
Octal 150 5 253 47 141 0 41 424 136 43
Binary 1101000 101 10101011 100111 1100001 0 100001 100010100 1011110 100011

Color Harmonies of #6805AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6805AB

Black with #6805AB

Text Example


Text Example

White with #6805AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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