Html Css Color HEX #5B2DC5 Purple Heart

📋 copy color: '#5B2DC5'

red 91 ◦ green 45 ◦ blue 197

#5B2DC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5B2DC5

Tints of Purple Heart #5B2DC5

RGB

 RED value IS 91 (35.94% from 255) = 27.33%

 GREEN value IS 45 (17.97% from 255) = 13.51%

 BLUE value IS 197 (77.34% from 255) = 59.16%

R = 27.33%
G = 13.51%
B = 59.16%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5B2DC5 (or 0x5B2DC5) is known color: Purple Heart. HEX triplet: 5B, 2D and C5. RGB value is (91,45,197). Sum of RGB (Red+Green+Blue) = 91+45+197=333 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.33% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 197 (77.34% from 255 or 59.16% from 333); Max value from RGB is 197 - color contains mainly: blue. Hex color #5B2DC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2DC5 is #A4D23A. Grayscale: #4B4B4B. Windows color (decimal): -10801723 or 12922203. OLE color: 12922203.

HSL color Cylindrical-coordinate representation of color #5B2DC5: hue angle of 258.16º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B2DC5 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 91 45 197 -
CMYK 0.54 0.77 0 0.23
HSL 258.16º 0.63% 0.47% -
HSV(B) 258.16º 0.77% 0.77% -
XYZ 15.33 8.13 53.58 -
YUV 76.08 196.24 138.64 -
System Red Green Blue C M Y K H S L
Decimal 91 45 197 0.54 0.77 0 0.23 258.16 0.63 0.47
Hex 5B 2D C5 36 4D 0 17 102 3F 2F
Octal 133 55 305 66 115 0 27 402 77 57
Binary 1011011 101101 11000101 110110 1001101 0 10111 100000010 111111 101111

Color Harmonies of #5B2DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2DC5

Black with #5B2DC5

Text Example


Text Example

White with #5B2DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,45,197); }

 H1.HeaderClassName
 {
   color: #5B2DC5;
 }
 .AnyTagClassName
 {
   color: #5B2DC5;
 }
</style>

background-color css

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

 a { background-color: rgb(91,45,197); }

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

border-color css

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

 span { border-color: rgb(91,45,197); }

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