Html Css Color HEX #5934DD Purple Heart

📋 copy color: '#5934DD'

red 89 ◦ green 52 ◦ blue 221

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

Shades of Purple Heart #5934DD

Tints of Purple Heart #5934DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.05%

R = 24.59%
G = 14.36%
B = 61.05%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5934DD (or 0x5934DD) is known color: Purple Heart. HEX triplet: 59, 34 and DD. RGB value is (89,52,221). Sum of RGB (Red+Green+Blue) = 89+52+221=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #5934DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5934DD is #A6CB22. Grayscale: #515151. Windows color (decimal): -10930979 or 14496857. OLE color: 14496857.

HSL color Cylindrical-coordinate representation of color #5934DD: hue angle of 253.14º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5934DD is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 52 221 -
CMYK 0.60 0.76 0 0.13
HSL 253.14º 0.71% 0.54% -
HSV(B) 253.14º 0.76% 0.87% -
XYZ 18.4 9.8 69.33 -
YUV 82.33 206.26 132.76 -
System Red Green Blue C M Y K H S L
Decimal 89 52 221 0.60 0.76 0 0.13 253.14 0.71 0.54
Hex 59 34 DD 3C 4C 0 D FD 47 36
Octal 131 64 335 74 114 0 15 375 107 66
Binary 1011001 110100 11011101 111100 1001100 0 1101 11111101 1000111 110110

Color Harmonies of #5934DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5934DD

Black with #5934DD

Text Example


Text Example

White with #5934DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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