Html Css Color HEX #5914CF Purple Heart

📋 copy color: '#5914CF'

red 89 ◦ green 20 ◦ blue 207

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

Shades of Purple Heart #5914CF

Tints of Purple Heart #5914CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.51%

R = 28.16%
G = 6.33%
B = 65.51%

CMYK

 C value IS 0.57

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5914CF (or 0x5914CF) is known color: Purple Heart. HEX triplet: 59, 14 and CF. RGB value is (89,20,207). Sum of RGB (Red+Green+Blue) = 89+20+207=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #5914CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5914CF is #A6EB30. Grayscale: #3D3D3D. Windows color (decimal): -10939185 or 13571161. OLE color: 13571161.

HSL color Cylindrical-coordinate representation of color #5914CF: hue angle of 262.14º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5914CF is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 20 207 -
CMYK 0.57 0.90 0 0.19
HSL 262.14º 0.82% 0.45% -
HSV(B) 262.14º 0.9% 0.81% -
XYZ 15.63 7.13 59.58 -
YUV 61.95 209.86 147.29 -
System Red Green Blue C M Y K H S L
Decimal 89 20 207 0.57 0.90 0 0.19 262.14 0.82 0.45
Hex 59 14 CF 39 5A 0 13 106 52 2D
Octal 131 24 317 71 132 0 23 406 122 55
Binary 1011001 10100 11001111 111001 1011010 0 10011 100000110 1010010 101101

Color Harmonies of #5914CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5914CF

Black with #5914CF

Text Example


Text Example

White with #5914CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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