Html Css Color HEX #5B2FE0 Purple Heart

📋 copy color: '#5B2FE0'

red 91 ◦ green 47 ◦ blue 224

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

Shades of Purple Heart #5B2FE0

Tints of Purple Heart #5B2FE0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.98%

 BLUE value IS 224 (87.89% from 255) = 61.88%

R = 25.14%
G = 12.98%
B = 61.88%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5B2FE0 (or 0x5B2FE0) is known color: Purple Heart. HEX triplet: 5B, 2F and E0. RGB value is (91,47,224). Sum of RGB (Red+Green+Blue) = 91+47+224=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 224 (87.89% from 255 or 61.88% from 362); Max value from RGB is 224 - color contains mainly: blue. Hex color #5B2FE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2FE0 is #A4D01F. Grayscale: #4F4F4F. Windows color (decimal): -10801184 or 14692187. OLE color: 14692187.

HSL color Cylindrical-coordinate representation of color #5B2FE0: hue angle of 254.92º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B2FE0 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 91 47 224 -
CMYK 0.59 0.79 0 0.12
HSL 254.92º 0.74% 0.53% -
HSV(B) 254.92º 0.79% 0.88% -
XYZ 18.79 9.64 71.39 -
YUV 80.33 209.08 135.61 -
System Red Green Blue C M Y K H S L
Decimal 91 47 224 0.59 0.79 0 0.12 254.92 0.74 0.53
Hex 5B 2F E0 3B 4F 0 C FF 4A 35
Octal 133 57 340 73 117 0 14 377 112 65
Binary 1011011 101111 11100000 111011 1001111 0 1100 11111111 1001010 110101

Color Harmonies of #5B2FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2FE0

Black with #5B2FE0

Text Example


Text Example

White with #5B2FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,47,224); }

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

background-color css

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

 a { background-color: rgb(91,47,224); }

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

border-color css

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

 span { border-color: rgb(91,47,224); }

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