Html Css Color HEX #5912BF Purple Heart

📋 copy color: '#5912BF'

red 89 ◦ green 18 ◦ blue 191

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

Shades of Purple Heart #5912BF

Tints of Purple Heart #5912BF

RGB

 RED value IS 89 (35.16% from 255) = 29.87%

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

 BLUE value IS 191 (75% from 255) = 64.09%

R = 29.87%
G = 6.04%
B = 64.09%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5912BF (or 0x5912BF) is known color: Purple Heart. HEX triplet: 59, 12 and BF. RGB value is (89,18,191). Sum of RGB (Red+Green+Blue) = 89+18+191=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #5912BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5912BF is #A6ED40. Grayscale: #3A3A3A. Windows color (decimal): -10939713 or 12522073. OLE color: 12522073.

HSL color Cylindrical-coordinate representation of color #5912BF: hue angle of 264.62º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5912BF is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 18 191 -
CMYK 0.53 0.91 0 0.25
HSL 264.62º 0.83% 0.41% -
HSV(B) 264.62º 0.91% 0.75% -
XYZ 13.74 6.32 49.79 -
YUV 58.95 202.52 149.43 -
System Red Green Blue C M Y K H S L
Decimal 89 18 191 0.53 0.91 0 0.25 264.62 0.83 0.41
Hex 59 12 BF 35 5B 0 19 109 53 29
Octal 131 22 277 65 133 0 31 411 123 51
Binary 1011001 10010 10111111 110101 1011011 0 11001 100001001 1010011 101001

Color Harmonies of #5912BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5912BF

Black with #5912BF

Text Example


Text Example

White with #5912BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5912BF; }

 p { color: rgb(89,18,191); }

 H1.HeaderClassName
 {
   color: #5912BF;
 }
 .AnyTagClassName
 {
   color: #5912BF;
 }
</style>

background-color css

<style>
 a { background-color: #5912BF; }

 a { background-color: rgb(89,18,191); }

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

border-color css

<style>
 span { border-color: #5912BF; }

 span { border-color: rgb(89,18,191); }

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