#6537CA

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

Shades of Purple Heart #6537CA

Tints of Purple Heart #6537CA

Color information

#6537CA (or 0x6537CA) is unknown color: approx Purple Heart. HEX triplet: 65, 37 and CA. RGB value is (101,55,202). Sum of RGB (Red+Green+Blue) = 101+55+202=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #6537CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6537CA is #9AC835. Grayscale: #545454. Windows color (decimal): -10143798 or 13252453. OLE color: 13252453.

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

Color convert

RGB10155202-
CMYK0.500.7300.21
HSL258.78º58.1%50.39%-
HSV(B)258.78º72.77%79.22%-
XYZ17.399.7656.84-
YUV85.51193.74139.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.21%
GREEN value IS 55 (21.88% from 255) = 15.36%
BLUE value IS 202 (79.30% from 255) = 56.42%
R=28.21%
G=15.36%
B=56.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101552020.500.7300.21258.7858.150.39
Hex6537CA32490151033a32
Octal14567312621110254037262
Binary1100101110111110010101100101001001010101100000011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6537CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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