#6512A2

Color #6512A2 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6512A2

Tints of Purple Heart #6512A2

Color information

#6512A2 (or 0x6512A2) is unknown color: approx Purple Heart. HEX triplet: 65, 12 and A2. RGB value is (101,18,162). Sum of RGB (Red+Green+Blue) = 101+18+162=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 162 (63.67% from 255 or 57.65% from 281); Max value from RGB is 162 - color contains mainly: blue. Hex color #6512A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6512A2 is #9AED5D. Grayscale: #3A3A3A. Windows color (decimal): -10153310 or 10621541. OLE color: 10621541.

HSL color Cylindrical-coordinate representation of color #6512A2: hue angle of 274.58º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6512A2 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10118162-
CMYK0.380.8900.36
HSL274.58º80%35.29%-
HSV(B)274.58º88.89%63.53%-
XYZ12.15.8134.67-
YUV59.23186157.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.94%
GREEN value IS 18 (7.42% from 255) = 6.41%
BLUE value IS 162 (63.67% from 255) = 57.65%
R=35.94%
G=6.41%
B=57.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101181620.380.8900.36274.588035.29
Hex6512A226590241135023
Octal145222424613104442312043
Binary11001011001010100010100110101100101001001000100111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6512A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6512A2;
 }
 .AnyTagClassName
 {
   color: #6512A2;
 }
</style>
background-color css

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

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

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

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

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

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