Html Css Color HEX #5B2ADC Purple Heart

📋 copy color: '#5B2ADC'

red 91 ◦ green 42 ◦ blue 220

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

Shades of Purple Heart #5B2ADC

Tints of Purple Heart #5B2ADC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.9%

 BLUE value IS 220 (86.33% from 255) = 62.32%

R = 25.78%
G = 11.9%
B = 62.32%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5B2ADC (or 0x5B2ADC) is known color: Purple Heart. HEX triplet: 5B, 2A and DC. RGB value is (91,42,220). Sum of RGB (Red+Green+Blue) = 91+42+220=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B2ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2ADC is #A4D523. Grayscale: #4C4C4C. Windows color (decimal): -10802468 or 14428763. OLE color: 14428763.

HSL color Cylindrical-coordinate representation of color #5B2ADC: hue angle of 256.52º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B2ADC is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 42 220 -
CMYK 0.59 0.81 0 0.14
HSL 256.52º 0.72% 0.51% -
HSV(B) 256.52º 0.81% 0.86% -
XYZ 18.06 9.05 68.5 -
YUV 76.94 208.73 138.03 -
System Red Green Blue C M Y K H S L
Decimal 91 42 220 0.59 0.81 0 0.14 256.52 0.72 0.51
Hex 5B 2A DC 3B 51 0 E 101 48 33
Octal 133 52 334 73 121 0 16 401 110 63
Binary 1011011 101010 11011100 111011 1010001 0 1110 100000001 1001000 110011

Color Harmonies of #5B2ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2ADC

Black with #5B2ADC

Text Example


Text Example

White with #5B2ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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