#5A3BBC

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

Shades of Purple Heart #5A3BBC

Tints of Purple Heart #5A3BBC

Color information

#5A3BBC (or 0x5A3BBC) is unknown color: approx Purple Heart. HEX triplet: 5A, 3B and BC. RGB value is (90,59,188). Sum of RGB (Red+Green+Blue) = 90+59+188=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A3BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3BBC is #A5C443. Grayscale: #525252. Windows color (decimal): -10863684 or 12335962. OLE color: 12335962.

HSL color Cylindrical-coordinate representation of color #5A3BBC: hue angle of 254.42º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A3BBC is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9059188-
CMYK0.520.6900.26
HSL254.42º52.23%48.43%-
HSV(B)254.42º68.62%73.73%-
XYZ14.868.9348.52-
YUV82.98187.27133.01-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.71%
GREEN value IS 59 (23.44% from 255) = 17.51%
BLUE value IS 188 (73.83% from 255) = 55.79%
R=26.71%
G=17.51%
B=55.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal90591880.520.6900.26254.4252.2348.43
Hex5A3BBC344501Afe3430
Octal13273274641050323766460
Binary101101011101110111100110100100010101101011111110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,59,188); }

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

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

 a { background-color: rgb(90,59,188); }

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

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

 span { border-color: rgb(90,59,188); }

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