#5338C9

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

Shades of Purple Heart #5338C9

Tints of Purple Heart #5338C9

Color information

#5338C9 (or 0x5338C9) is unknown color: approx Purple Heart. HEX triplet: 53, 38 and C9. RGB value is (83,56,201). Sum of RGB (Red+Green+Blue) = 83+56+201=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 201 (78.91% from 255 or 59.12% from 340); Max value from RGB is 201 - color contains mainly: blue. Hex color #5338C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5338C9 is #ACC736. Grayscale: #505050. Windows color (decimal): -11323191 or 13187155. OLE color: 13187155.

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

Color convert

RGB8356201-
CMYK0.590.7200.21
HSL251.17º57.31%50.39%-
HSV(B)251.17º72.14%78.82%-
XYZ15.528.8856.15-
YUV80.6195.95129.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.41%
GREEN value IS 56 (22.27% from 255) = 16.47%
BLUE value IS 201 (78.91% from 255) = 59.12%
R=24.41%
G=16.47%
B=59.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal83562010.590.7200.21251.1757.3150.39
Hex5338C93B48015fb3932
Octal12370311731100253737162
Binary101001111100011001001111011100100001010111111011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5338C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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