Html Css Color HEX #6715AA Purple Heart

📋 copy color: '#6715AA'

red 103 ◦ green 21 ◦ blue 170

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

Shades of Purple Heart #6715AA

Tints of Purple Heart #6715AA

RGB

 RED value IS 103 (40.63% from 255) = 35.03%

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

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

R = 35.03%
G = 7.14%
B = 57.82%

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

#6715AA (or 0x6715AA) is known color: Purple Heart. HEX triplet: 67, 15 and AA. RGB value is (103,21,170). Sum of RGB (Red+Green+Blue) = 103+21+170=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #6715AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6715AA is #98EA55. Grayscale: #3D3D3D. Windows color (decimal): -10021462 or 11146599. OLE color: 11146599.

HSL color Cylindrical-coordinate representation of color #6715AA: hue angle of 273.02º 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 #6715AA is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 21 170 -
CMYK 0.39 0.88 0 0.33
HSL 273.02º 0.78% 0.37% -
HSV(B) 273.02º 0.88% 0.67% -
XYZ 13.12 6.32 38.56 -
YUV 62.5 188.67 156.88 -
System Red Green Blue C M Y K H S L
Decimal 103 21 170 0.39 0.88 0 0.33 273.02 0.78 0.37
Hex 67 15 AA 27 58 0 21 111 4E 25
Octal 147 25 252 47 130 0 41 421 116 45
Binary 1100111 10101 10101010 100111 1011000 0 100001 100010001 1001110 100101

Color Harmonies of #6715AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6715AA

Black with #6715AA

Text Example


Text Example

White with #6715AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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