Html Css Color HEX #6805AD Purple Heart

📋 copy color: '#6805AD'

red 104 ◦ green 5 ◦ blue 173

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

Shades of Purple Heart #6805AD

Tints of Purple Heart #6805AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 61.35%

R = 36.88%
G = 1.77%
B = 61.35%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6805AD (or 0x6805AD) is known color: Purple Heart. HEX triplet: 68, 05 and AD. RGB value is (104,5,173). Sum of RGB (Red+Green+Blue) = 104+5+173=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #6805AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6805AD is #97FA52. Grayscale: #353535. Windows color (decimal): -9960019 or 11339112. OLE color: 11339112.

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

Color convert

RGB 104 5 173 -
CMYK 0.40 0.97 0 0.32
HSL 275.36º 0.94% 0.35% -
HSV(B) 275.36º 0.97% 0.68% -
XYZ 13.31 6.07 40.01 -
YUV 53.75 195.3 163.84 -
System Red Green Blue C M Y K H S L
Decimal 104 5 173 0.40 0.97 0 0.32 275.36 0.94 0.35
Hex 68 5 AD 28 61 0 20 113 5E 23
Octal 150 5 255 50 141 0 40 423 136 43
Binary 1101000 101 10101101 101000 1100001 0 100000 100010011 1011110 100011

Color Harmonies of #6805AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6805AD

Black with #6805AD

Text Example


Text Example

White with #6805AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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