#6533CA

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

Shades of Purple Heart #6533CA

Tints of Purple Heart #6533CA

Color information

#6533CA (or 0x6533CA) is unknown color: approx Purple Heart. HEX triplet: 65, 33 and CA. RGB value is (101,51,202). Sum of RGB (Red+Green+Blue) = 101+51+202=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #6533CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6533CA is #9ACC35. Grayscale: #525252. Windows color (decimal): -10144822 or 13251429. OLE color: 13251429.

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

Color convert

RGB10151202-
CMYK0.500.7500.21
HSL259.87º59.68%49.61%-
HSV(B)259.87º74.75%79.22%-
XYZ17.219.456.78-
YUV83.16195.06140.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.53%
GREEN value IS 51 (20.31% from 255) = 14.41%
BLUE value IS 202 (79.30% from 255) = 57.06%
R=28.53%
G=14.41%
B=57.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101512020.500.7500.21259.8759.6849.61
Hex6533CA324B0151043c32
Octal14563312621130254047462
Binary1100101110011110010101100101001011010101100000100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6533CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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