Html Css Color HEX #5B13AC Purple Heart

📋 copy color: '#5B13AC'

red 91 ◦ green 19 ◦ blue 172

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

Shades of Purple Heart #5B13AC

Tints of Purple Heart #5B13AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.74%

 BLUE value IS 172 (67.58% from 255) = 60.99%

R = 32.27%
G = 6.74%
B = 60.99%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B13AC (or 0x5B13AC) is known color: Purple Heart. HEX triplet: 5B, 13 and AC. RGB value is (91,19,172). Sum of RGB (Red+Green+Blue) = 91+19+172=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B13AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B13AC is #A4EC53. Grayscale: #393939. Windows color (decimal): -10808404 or 11277147. OLE color: 11277147.

HSL color Cylindrical-coordinate representation of color #5B13AC: hue angle of 268.24º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B13AC is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 19 172 -
CMYK 0.47 0.89 0 0.33
HSL 268.24º 0.8% 0.37% -
HSV(B) 268.24º 0.89% 0.67% -
XYZ 11.99 5.67 39.49 -
YUV 57.97 192.35 151.56 -
System Red Green Blue C M Y K H S L
Decimal 91 19 172 0.47 0.89 0 0.33 268.24 0.8 0.37
Hex 5B 13 AC 2F 59 0 21 10C 50 25
Octal 133 23 254 57 131 0 41 414 120 45
Binary 1011011 10011 10101100 101111 1011001 0 100001 100001100 1010000 100101

Color Harmonies of #5B13AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B13AC

Black with #5B13AC

Text Example


Text Example

White with #5B13AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,19,172); }

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

background-color css

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

 a { background-color: rgb(91,19,172); }

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

border-color css

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

 span { border-color: rgb(91,19,172); }

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