#5335C9

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

Shades of Purple Heart #5335C9

Tints of Purple Heart #5335C9

Color information

#5335C9 (or 0x5335C9) is unknown color: approx Purple Heart. HEX triplet: 53, 35 and C9. RGB value is (83,53,201). Sum of RGB (Red+Green+Blue) = 83+53+201=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 201 (78.91% from 255 or 59.64% from 337); Max value from RGB is 201 - color contains mainly: blue. Hex color #5335C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5335C9 is #ACCA36. Grayscale: #4E4E4E. Windows color (decimal): -11323959 or 13186387. OLE color: 13186387.

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

Color convert

RGB8353201-
CMYK0.590.7400.21
HSL252.16º58.27%49.8%-
HSV(B)252.16º73.63%78.82%-
XYZ15.388.656.11-
YUV78.84196.94130.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.63%
GREEN value IS 53 (21.09% from 255) = 15.73%
BLUE value IS 201 (78.91% from 255) = 59.64%
R=24.63%
G=15.73%
B=59.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal83532010.590.7400.21252.1658.2749.8
Hex5335C93B4A015fc3a32
Octal12365311731120253747262
Binary101001111010111001001111011100101001010111111100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5335C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5335C9; }

 p { color: rgb(83,53,201); }

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

<style>
 a { background-color: #5335C9; }

 a { background-color: rgb(83,53,201); }

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

<style>
 span { border-color: #5335C9; }

 span { border-color: rgb(83,53,201); }

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