Html Css Color HEX #6805AE Purple Heart

📋 copy color: '#6805AE'

red 104 ◦ green 5 ◦ blue 174

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

Shades of Purple Heart #6805AE

Tints of Purple Heart #6805AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 61.48%

R = 36.75%
G = 1.77%
B = 61.48%

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

#6805AE (or 0x6805AE) is known color: Purple Heart. HEX triplet: 68, 05 and AE. RGB value is (104,5,174). Sum of RGB (Red+Green+Blue) = 104+5+174=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #6805AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6805AE is #97FA51. Grayscale: #353535. Windows color (decimal): -9960018 or 11404648. OLE color: 11404648.

HSL color Cylindrical-coordinate representation of color #6805AE: hue angle of 275.15º 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 #6805AE is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 5 174 -
CMYK 0.40 0.97 0 0.32
HSL 275.15º 0.94% 0.35% -
HSV(B) 275.15º 0.97% 0.68% -
XYZ 13.4 6.11 40.52 -
YUV 53.87 195.8 163.76 -
System Red Green Blue C M Y K H S L
Decimal 104 5 174 0.40 0.97 0 0.32 275.15 0.94 0.35
Hex 68 5 AE 28 61 0 20 113 5E 23
Octal 150 5 256 50 141 0 40 423 136 43
Binary 1101000 101 10101110 101000 1100001 0 100000 100010011 1011110 100011

Color Harmonies of #6805AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6805AE

Black with #6805AE

Text Example


Text Example

White with #6805AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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