#5538C2

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

Shades of Purple Heart #5538C2

Tints of Purple Heart #5538C2

Color information

#5538C2 (or 0x5538C2) is unknown color: approx Purple Heart. HEX triplet: 55, 38 and C2. RGB value is (85,56,194). Sum of RGB (Red+Green+Blue) = 85+56+194=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 194 (76.17% from 255 or 57.91% from 335); Max value from RGB is 194 - color contains mainly: blue. Hex color #5538C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5538C2 is #AAC73D. Grayscale: #4F4F4F. Windows color (decimal): -11192126 or 12728405. OLE color: 12728405.

HSL color Cylindrical-coordinate representation of color #5538C2: hue angle of 252.61º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5538C2 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8556194-
CMYK0.560.7100.24
HSL252.61º55.2%49.02%-
HSV(B)252.61º71.13%76.08%-
XYZ14.98.6551.92-
YUV80.4192.11131.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.37%
GREEN value IS 56 (22.27% from 255) = 16.72%
BLUE value IS 194 (76.17% from 255) = 57.91%
R=25.37%
G=16.72%
B=57.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85561940.560.7100.24252.6155.249.02
Hex5538C23847018fd3731
Octal12570302701070303756761
Binary101010111100011000010111000100011101100011111101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5538C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5538C2; }

 p { color: rgb(85,56,194); }

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

<style>
 a { background-color: #5538C2; }

 a { background-color: rgb(85,56,194); }

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

<style>
 span { border-color: #5538C2; }

 span { border-color: rgb(85,56,194); }

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