#6542CA

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

Shades of Purple Heart #6542CA

Tints of Purple Heart #6542CA

Color information

#6542CA (or 0x6542CA) is unknown color: approx Purple Heart. HEX triplet: 65, 42 and CA. RGB value is (101,66,202). Sum of RGB (Red+Green+Blue) = 101+66+202=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #6542CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6542CA is #9ABD35. Grayscale: #5B5B5B. Windows color (decimal): -10140982 or 13255269. OLE color: 13255269.

HSL color Cylindrical-coordinate representation of color #6542CA: hue angle of 255.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6542CA is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10166202-
CMYK0.500.6700.21
HSL255.44º56.2%52.55%-
HSV(B)255.44º67.33%79.22%-
XYZ17.9810.9357.04-
YUV91.97190.1134.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.37%
GREEN value IS 66 (26.17% from 255) = 17.89%
BLUE value IS 202 (79.30% from 255) = 54.74%
R=27.37%
G=17.89%
B=54.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101662020.500.6700.21255.4456.252.55
Hex6542CA3243015ff3835
Octal145102312621030253777065
Binary1100101100001011001010110010100001101010111111111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6542CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6542CA; }

 p { color: rgb(101,66,202); }

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

<style>
 a { background-color: #6542CA; }

 a { background-color: rgb(101,66,202); }

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

<style>
 span { border-color: #6542CA; }

 span { border-color: rgb(101,66,202); }

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