Html Css Color HEX #6815AA Purple Heart

📋 copy color: '#6815AA'

red 104 ◦ green 21 ◦ blue 170

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

Shades of Purple Heart #6815AA

Tints of Purple Heart #6815AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.12%

 BLUE value IS 170 (66.8% from 255) = 57.63%

R = 35.25%
G = 7.12%
B = 57.63%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6815AA (or 0x6815AA) is known color: Purple Heart. HEX triplet: 68, 15 and AA. RGB value is (104,21,170). Sum of RGB (Red+Green+Blue) = 104+21+170=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #6815AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6815AA is #97EA55. Grayscale: #3E3E3E. Windows color (decimal): -9955926 or 11146600. OLE color: 11146600.

HSL color Cylindrical-coordinate representation of color #6815AA: hue angle of 273.42º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6815AA is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 21 170 -
CMYK 0.39 0.88 0 0.33
HSL 273.42º 0.78% 0.37% -
HSV(B) 273.42º 0.88% 0.67% -
XYZ 13.23 6.38 38.56 -
YUV 62.8 188.5 157.38 -
System Red Green Blue C M Y K H S L
Decimal 104 21 170 0.39 0.88 0 0.33 273.42 0.78 0.37
Hex 68 15 AA 27 58 0 21 111 4E 25
Octal 150 25 252 47 130 0 41 421 116 45
Binary 1101000 10101 10101010 100111 1011000 0 100001 100010001 1001110 100101

Color Harmonies of #6815AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6815AA

Black with #6815AA

Text Example


Text Example

White with #6815AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6815AA; }

 p { color: rgb(104,21,170); }

 H1.HeaderClassName
 {
   color: #6815AA;
 }
 .AnyTagClassName
 {
   color: #6815AA;
 }
</style>

background-color css

<style>
 a { background-color: #6815AA; }

 a { background-color: rgb(104,21,170); }

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

border-color css

<style>
 span { border-color: #6815AA; }

 span { border-color: rgb(104,21,170); }

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