Html Css Color HEX #5B14A8 Purple Heart

📋 copy color: '#5B14A8'

red 91 ◦ green 20 ◦ blue 168

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

Shades of Purple Heart #5B14A8

Tints of Purple Heart #5B14A8

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.17%

 BLUE value IS 168 (66.02% from 255) = 60.22%

R = 32.62%
G = 7.17%
B = 60.22%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5B14A8 (or 0x5B14A8) is known color: Purple Heart. HEX triplet: 5B, 14 and A8. RGB value is (91,20,168). Sum of RGB (Red+Green+Blue) = 91+20+168=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 168 (66.02% from 255 or 60.22% from 279); Max value from RGB is 168 - color contains mainly: blue. Hex color #5B14A8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B14A8 is #A4EB57. Grayscale: #393939. Windows color (decimal): -10808152 or 11015259. OLE color: 11015259.

HSL color Cylindrical-coordinate representation of color #5B14A8: hue angle of 268.78º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B14A8 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 91 20 168 -
CMYK 0.46 0.88 0 0.34
HSL 268.78º 0.79% 0.37% -
HSV(B) 268.78º 0.88% 0.66% -
XYZ 11.63 5.55 37.5 -
YUV 58.1 190.02 151.47 -
System Red Green Blue C M Y K H S L
Decimal 91 20 168 0.46 0.88 0 0.34 268.78 0.79 0.37
Hex 5B 14 A8 2E 58 0 22 10D 4F 25
Octal 133 24 250 56 130 0 42 415 117 45
Binary 1011011 10100 10101000 101110 1011000 0 100010 100001101 1001111 100101

Color Harmonies of #5B14A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B14A8

Black with #5B14A8

Text Example


Text Example

White with #5B14A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,20,168); }

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

background-color css

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

 a { background-color: rgb(91,20,168); }

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

border-color css

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

 span { border-color: rgb(91,20,168); }

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