#5A38CB

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

Shades of Purple Heart #5A38CB

Tints of Purple Heart #5A38CB

Color information

#5A38CB (or 0x5A38CB) is unknown color: approx Purple Heart. HEX triplet: 5A, 38 and CB. RGB value is (90,56,203). Sum of RGB (Red+Green+Blue) = 90+56+203=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A38CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A38CB is #A5C734. Grayscale: #525252. Windows color (decimal): -10864437 or 13318234. OLE color: 13318234.

HSL color Cylindrical-coordinate representation of color #5A38CB: hue angle of 253.88º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A38CB is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9056203-
CMYK0.560.7200.20
HSL253.88º58.57%50.78%-
HSV(B)253.88º72.41%79.61%-
XYZ16.419.3157.43-
YUV82.92195.76133.05-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.79%
GREEN value IS 56 (22.27% from 255) = 16.05%
BLUE value IS 203 (79.69% from 255) = 58.17%
R=25.79%
G=16.05%
B=58.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal90562030.560.7200.20253.8858.5750.78
Hex5A38CB3848014fe3b33
Octal13270313701100243767363
Binary101101011100011001011111000100100001010011111110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A38CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A38CB; }

 p { color: rgb(90,56,203); }

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

<style>
 a { background-color: #5A38CB; }

 a { background-color: rgb(90,56,203); }

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

<style>
 span { border-color: #5A38CB; }

 span { border-color: rgb(90,56,203); }

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