Html Css Color HEX #5B1CAD Purple Heart

📋 copy color: '#5B1CAD'

red 91 ◦ green 28 ◦ blue 173

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

Shades of Purple Heart #5B1CAD

Tints of Purple Heart #5B1CAD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.59%

 BLUE value IS 173 (67.97% from 255) = 59.25%

R = 31.16%
G = 9.59%
B = 59.25%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5B1CAD (or 0x5B1CAD) is known color: Purple Heart. HEX triplet: 5B, 1C and AD. RGB value is (91,28,173). Sum of RGB (Red+Green+Blue) = 91+28+173=292 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.16% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B1CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1CAD is #A4E352. Grayscale: #3E3E3E. Windows color (decimal): -10806099 or 11344987. OLE color: 11344987.

HSL color Cylindrical-coordinate representation of color #5B1CAD: hue angle of 266.07º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B1CAD is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 28 173 -
CMYK 0.47 0.84 0 0.32
HSL 266.07º 0.72% 0.39% -
HSV(B) 266.07º 0.84% 0.68% -
XYZ 12.27 6.07 40.06 -
YUV 63.37 189.87 147.71 -
System Red Green Blue C M Y K H S L
Decimal 91 28 173 0.47 0.84 0 0.32 266.07 0.72 0.39
Hex 5B 1C AD 2F 54 0 20 10A 48 27
Octal 133 34 255 57 124 0 40 412 110 47
Binary 1011011 11100 10101101 101111 1010100 0 100000 100001010 1001000 100111

Color Harmonies of #5B1CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1CAD

Black with #5B1CAD

Text Example


Text Example

White with #5B1CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,28,173); }

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

background-color css

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

 a { background-color: rgb(91,28,173); }

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

border-color css

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

 span { border-color: rgb(91,28,173); }

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