Html Css Color HEX #6512AA Purple Heart

📋 copy color: '#6512AA'

red 101 ◦ green 18 ◦ blue 170

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

Shades of Purple Heart #6512AA

Tints of Purple Heart #6512AA

RGB

 RED value IS 101 (39.84% from 255) = 34.95%

 GREEN value IS 18 (7.42% from 255) = 6.23%

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

R = 34.95%
G = 6.23%
B = 58.82%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6512AA (or 0x6512AA) is known color: Purple Heart. HEX triplet: 65, 12 and AA. RGB value is (101,18,170). Sum of RGB (Red+Green+Blue) = 101+18+170=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #6512AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6512AA is #9AED55. Grayscale: #3B3B3B. Windows color (decimal): -10153302 or 11145829. OLE color: 11145829.

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

Color convert

RGB 101 18 170 -
CMYK 0.41 0.89 0 0.33
HSL 272.76º 0.81% 0.37% -
HSV(B) 272.76º 0.89% 0.67% -
XYZ 12.84 6.1 38.53 -
YUV 60.15 190 157.14 -
System Red Green Blue C M Y K H S L
Decimal 101 18 170 0.41 0.89 0 0.33 272.76 0.81 0.37
Hex 65 12 AA 29 59 0 21 111 51 25
Octal 145 22 252 51 131 0 41 421 121 45
Binary 1100101 10010 10101010 101001 1011001 0 100001 100010001 1010001 100101

Color Harmonies of #6512AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6512AA

Black with #6512AA

Text Example


Text Example

White with #6512AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,18,170); }

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

background-color css

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

 a { background-color: rgb(101,18,170); }

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

border-color css

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

 span { border-color: rgb(101,18,170); }

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