Html Css Color HEX #5914BC Purple Heart

📋 copy color: '#5914BC'

red 89 ◦ green 20 ◦ blue 188

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

Shades of Purple Heart #5914BC

Tints of Purple Heart #5914BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.3%

R = 29.97%
G = 6.73%
B = 63.3%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5914BC (or 0x5914BC) is known color: Purple Heart. HEX triplet: 59, 14 and BC. RGB value is (89,20,188). Sum of RGB (Red+Green+Blue) = 89+20+188=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #5914BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5914BC is #A6EB43. Grayscale: #3B3B3B. Windows color (decimal): -10939204 or 12325977. OLE color: 12325977.

HSL color Cylindrical-coordinate representation of color #5914BC: hue angle of 264.64º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5914BC is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 20 188 -
CMYK 0.53 0.89 0 0.26
HSL 264.64º 0.81% 0.41% -
HSV(B) 264.64º 0.89% 0.74% -
XYZ 13.45 6.25 48.08 -
YUV 59.78 200.36 148.84 -
System Red Green Blue C M Y K H S L
Decimal 89 20 188 0.53 0.89 0 0.26 264.64 0.81 0.41
Hex 59 14 BC 35 59 0 1A 109 51 29
Octal 131 24 274 65 131 0 32 411 121 51
Binary 1011001 10100 10111100 110101 1011001 0 11010 100001001 1010001 101001

Color Harmonies of #5914BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5914BC

Black with #5914BC

Text Example


Text Example

White with #5914BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5914BC; }

 p { color: rgb(89,20,188); }

 H1.HeaderClassName
 {
   color: #5914BC;
 }
 .AnyTagClassName
 {
   color: #5914BC;
 }
</style>

background-color css

<style>
 a { background-color: #5914BC; }

 a { background-color: rgb(89,20,188); }

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

border-color css

<style>
 span { border-color: #5914BC; }

 span { border-color: rgb(89,20,188); }

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