#5B1EC2

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

Shades of Purple Heart #5B1EC2

Tints of Purple Heart #5B1EC2

Color information

#5B1EC2 (or 0x5B1EC2) is unknown color: approx Purple Heart. HEX triplet: 5B, 1E and C2. RGB value is (91,30,194). Sum of RGB (Red+Green+Blue) = 91+30+194=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 194 (76.17% from 255 or 61.59% from 315); Max value from RGB is 194 - color contains mainly: blue. Hex color #5B1EC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B1EC2 is #A4E13D. Grayscale: #424242. Windows color (decimal): -10805566 or 12721755. OLE color: 12721755.

HSL color Cylindrical-coordinate representation of color #5B1EC2: hue angle of 262.32º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B1EC2 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9130194-
CMYK0.530.8500.24
HSL262.32º73.21%43.92%-
HSV(B)262.32º84.54%76.08%-
XYZ14.527.0551.63-
YUV66.94199.71145.16-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.89%
GREEN value IS 30 (12.11% from 255) = 9.52%
BLUE value IS 194 (76.17% from 255) = 61.59%
R=28.89%
G=9.52%
B=61.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal91301940.530.8500.24262.3273.2143.92
Hex5B1EC23555018106492c
Octal133363026512503040611154
Binary1011011111101100001011010110101010110001000001101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,30,194); }

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

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

 a { background-color: rgb(91,30,194); }

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

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

 span { border-color: rgb(91,30,194); }

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