Html Css Color HEX #5934CE Purple Heart

📋 copy color: '#5934CE'

red 89 ◦ green 52 ◦ blue 206

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

Shades of Purple Heart #5934CE

Tints of Purple Heart #5934CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.99%

 BLUE value IS 206 (80.86% from 255) = 59.37%

R = 25.65%
G = 14.99%
B = 59.37%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5934CE (or 0x5934CE) is known color: Purple Heart. HEX triplet: 59, 34 and CE. RGB value is (89,52,206). Sum of RGB (Red+Green+Blue) = 89+52+206=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #5934CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5934CE is #A6CB31. Grayscale: #505050. Windows color (decimal): -10930994 or 13513817. OLE color: 13513817.

HSL color Cylindrical-coordinate representation of color #5934CE: hue angle of 254.42º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5934CE is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 52 206 -
CMYK 0.57 0.75 0 0.19
HSL 254.42º 0.61% 0.51% -
HSV(B) 254.42º 0.75% 0.81% -
XYZ 16.49 9.04 59.27 -
YUV 80.62 198.76 133.98 -
System Red Green Blue C M Y K H S L
Decimal 89 52 206 0.57 0.75 0 0.19 254.42 0.61 0.51
Hex 59 34 CE 39 4B 0 13 FE 3D 33
Octal 131 64 316 71 113 0 23 376 75 63
Binary 1011001 110100 11001110 111001 1001011 0 10011 11111110 111101 110011

Color Harmonies of #5934CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5934CE

Black with #5934CE

Text Example


Text Example

White with #5934CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5934CE; }

 p { color: rgb(89,52,206); }

 H1.HeaderClassName
 {
   color: #5934CE;
 }
 .AnyTagClassName
 {
   color: #5934CE;
 }
</style>

background-color css

<style>
 a { background-color: #5934CE; }

 a { background-color: rgb(89,52,206); }

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

border-color css

<style>
 span { border-color: #5934CE; }

 span { border-color: rgb(89,52,206); }

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