Html Css Color HEX #6805AC Purple Heart

📋 copy color: '#6805AC'

red 104 ◦ green 5 ◦ blue 172

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

Shades of Purple Heart #6805AC

Tints of Purple Heart #6805AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.21%

R = 37.01%
G = 1.78%
B = 61.21%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6805AC (or 0x6805AC) is known color: Purple Heart. HEX triplet: 68, 05 and AC. RGB value is (104,5,172). Sum of RGB (Red+Green+Blue) = 104+5+172=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #6805AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6805AC is #97FA53. Grayscale: #353535. Windows color (decimal): -9960020 or 11273576. OLE color: 11273576.

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

Color convert

RGB 104 5 172 -
CMYK 0.40 0.97 0 0.33
HSL 275.57º 0.94% 0.35% -
HSV(B) 275.57º 0.97% 0.67% -
XYZ 13.21 6.03 39.5 -
YUV 53.64 194.8 163.92 -
System Red Green Blue C M Y K H S L
Decimal 104 5 172 0.40 0.97 0 0.33 275.57 0.94 0.35
Hex 68 5 AC 28 61 0 21 114 5E 23
Octal 150 5 254 50 141 0 41 424 136 43
Binary 1101000 101 10101100 101000 1100001 0 100001 100010100 1011110 100011

Color Harmonies of #6805AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6805AC

Black with #6805AC

Text Example


Text Example

White with #6805AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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