#5B2ACC

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

Shades of Purple Heart #5B2ACC

Tints of Purple Heart #5B2ACC

Color information

#5B2ACC (or 0x5B2ACC) is unknown color: approx Purple Heart. HEX triplet: 5B, 2A and CC. RGB value is (91,42,204). Sum of RGB (Red+Green+Blue) = 91+42+204=337 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.00% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B2ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2ACC is #A4D533. Grayscale: #4A4A4A. Windows color (decimal): -10802484 or 13380187. OLE color: 13380187.

HSL color Cylindrical-coordinate representation of color #5B2ACC: hue angle of 258.15º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B2ACC is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9142204-
CMYK0.550.7900.2
HSL258.15º65.85%48.24%-
HSV(B)258.15º79.41%80%-
XYZ16.048.2457.87-
YUV75.12200.73139.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.00%
GREEN value IS 42 (16.80% from 255) = 12.46%
BLUE value IS 204 (80.08% from 255) = 60.53%
R=27.00%
G=12.46%
B=60.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal91422040.550.7900.2258.1565.8548.24
Hex5B2ACC374F0141024230
Octal133523146711702440210260
Binary10110111010101100110011011110011110101001000000101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,42,204); }

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

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

 a { background-color: rgb(91,42,204); }

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

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

 span { border-color: rgb(91,42,204); }

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