Html Css Color HEX #5B0DAE Purple Heart

📋 copy color: '#5B0DAE'

red 91 ◦ green 13 ◦ blue 174

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

Shades of Purple Heart #5B0DAE

Tints of Purple Heart #5B0DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.68%

 BLUE value IS 174 (68.36% from 255) = 62.59%

R = 32.73%
G = 4.68%
B = 62.59%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5B0DAE (or 0x5B0DAE) is known color: Purple Heart. HEX triplet: 5B, 0D and AE. RGB value is (91,13,174). Sum of RGB (Red+Green+Blue) = 91+13+174=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 174 (68.36% from 255 or 62.59% from 278); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B0DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0DAE is #A4F251. Grayscale: #363636. Windows color (decimal): -10809938 or 11406683. OLE color: 11406683.

HSL color Cylindrical-coordinate representation of color #5B0DAE: hue angle of 269.07º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B0DAE is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 13 174 -
CMYK 0.48 0.93 0 0.32
HSL 269.07º 0.86% 0.37% -
HSV(B) 269.07º 0.93% 0.68% -
XYZ 12.1 5.57 40.48 -
YUV 54.68 195.34 153.91 -
System Red Green Blue C M Y K H S L
Decimal 91 13 174 0.48 0.93 0 0.32 269.07 0.86 0.37
Hex 5B D AE 30 5D 0 20 10D 56 25
Octal 133 15 256 60 135 0 40 415 126 45
Binary 1011011 1101 10101110 110000 1011101 0 100000 100001101 1010110 100101

Color Harmonies of #5B0DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0DAE

Black with #5B0DAE

Text Example


Text Example

White with #5B0DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,13,174); }

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

background-color css

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

 a { background-color: rgb(91,13,174); }

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

border-color css

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

 span { border-color: rgb(91,13,174); }

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