Html Css Color HEX #5934ED Han Purple

📋 copy color: '#5934ED'

red 89 ◦ green 52 ◦ blue 237

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

Shades of Han Purple #5934ED

Tints of Han Purple #5934ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 62.7%

R = 23.54%
G = 13.76%
B = 62.7%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5934ED (or 0x5934ED) is known color: Han Purple. HEX triplet: 59, 34 and ED. RGB value is (89,52,237). Sum of RGB (Red+Green+Blue) = 89+52+237=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #5934ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5934ED is #A6CB12. Grayscale: #535353. Windows color (decimal): -10930963 or 15545433. OLE color: 15545433.

HSL color Cylindrical-coordinate representation of color #5934ED: hue angle of 252º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5934ED is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 52 237 -
CMYK 0.62 0.78 0 0.07
HSL 252º 0.84% 0.57% -
HSV(B) 252º 0.78% 0.93% -
XYZ 20.63 10.69 81.1 -
YUV 84.15 214.26 131.46 -
System Red Green Blue C M Y K H S L
Decimal 89 52 237 0.62 0.78 0 0.07 252 0.84 0.57
Hex 59 34 ED 3E 4E 0 7 FC 54 39
Octal 131 64 355 76 116 0 7 374 124 71
Binary 1011001 110100 11101101 111110 1001110 0 111 11111100 1010100 111001

Color Harmonies of #5934ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5934ED

Black with #5934ED

Text Example


Text Example

White with #5934ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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