Html Css Color HEX #5913CD Purple Heart

📋 copy color: '#5913CD'

red 89 ◦ green 19 ◦ blue 205

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

Shades of Purple Heart #5913CD

Tints of Purple Heart #5913CD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.07%

 BLUE value IS 205 (80.47% from 255) = 65.5%

R = 28.43%
G = 6.07%
B = 65.5%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5913CD (or 0x5913CD) is known color: Purple Heart. HEX triplet: 59, 13 and CD. RGB value is (89,19,205). Sum of RGB (Red+Green+Blue) = 89+19+205=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #5913CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5913CD is #A6EC32. Grayscale: #3C3C3C. Windows color (decimal): -10939443 or 13439833. OLE color: 13439833.

HSL color Cylindrical-coordinate representation of color #5913CD: hue angle of 262.58º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5913CD is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 19 205 -
CMYK 0.57 0.91 0 0.20
HSL 262.58º 0.83% 0.44% -
HSV(B) 262.58º 0.91% 0.8% -
XYZ 15.37 7 58.3 -
YUV 61.13 209.19 147.88 -
System Red Green Blue C M Y K H S L
Decimal 89 19 205 0.57 0.91 0 0.20 262.58 0.83 0.44
Hex 59 13 CD 39 5B 0 14 107 53 2C
Octal 131 23 315 71 133 0 24 407 123 54
Binary 1011001 10011 11001101 111001 1011011 0 10100 100000111 1010011 101100

Color Harmonies of #5913CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5913CD

Black with #5913CD

Text Example


Text Example

White with #5913CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5913CD; }

 p { color: rgb(89,19,205); }

 H1.HeaderClassName
 {
   color: #5913CD;
 }
 .AnyTagClassName
 {
   color: #5913CD;
 }
</style>

background-color css

<style>
 a { background-color: #5913CD; }

 a { background-color: rgb(89,19,205); }

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

border-color css

<style>
 span { border-color: #5913CD; }

 span { border-color: rgb(89,19,205); }

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