Html Css Color HEX #5B12C9 Purple Heart

📋 copy color: '#5B12C9'

red 91 ◦ green 18 ◦ blue 201

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

Shades of Purple Heart #5B12C9

Tints of Purple Heart #5B12C9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.81%

 BLUE value IS 201 (78.91% from 255) = 64.84%

R = 29.35%
G = 5.81%
B = 64.84%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5B12C9 (or 0x5B12C9) is known color: Purple Heart. HEX triplet: 5B, 12 and C9. RGB value is (91,18,201). Sum of RGB (Red+Green+Blue) = 91+18+201=310 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.35% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 201 (78.91% from 255 or 64.84% from 310); Max value from RGB is 201 - color contains mainly: blue. Hex color #5B12C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B12C9 is #A4ED36. Grayscale: #3C3C3C. Windows color (decimal): -10808631 or 13177435. OLE color: 13177435.

HSL color Cylindrical-coordinate representation of color #5B12C9: hue angle of 263.93º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B12C9 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 91 18 201 -
CMYK 0.55 0.91 0 0.21
HSL 263.93º 0.84% 0.43% -
HSV(B) 263.93º 0.91% 0.79% -
XYZ 15.07 6.87 55.79 -
YUV 60.69 207.18 149.62 -
System Red Green Blue C M Y K H S L
Decimal 91 18 201 0.55 0.91 0 0.21 263.93 0.84 0.43
Hex 5B 12 C9 37 5B 0 15 108 54 2B
Octal 133 22 311 67 133 0 25 410 124 53
Binary 1011011 10010 11001001 110111 1011011 0 10101 100001000 1010100 101011

Color Harmonies of #5B12C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B12C9

Black with #5B12C9

Text Example


Text Example

White with #5B12C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,18,201); }

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

background-color css

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

 a { background-color: rgb(91,18,201); }

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

border-color css

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

 span { border-color: rgb(91,18,201); }

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