Html Css Color HEX #5534E1 Han Purple

📋 copy color: '#5534E1'

red 85 ◦ green 52 ◦ blue 225

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

Shades of Han Purple #5534E1

Tints of Han Purple #5534E1

RGB

 RED value IS 85 (33.59% from 255) = 23.48%

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

 BLUE value IS 225 (88.28% from 255) = 62.15%

R = 23.48%
G = 14.36%
B = 62.15%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5534E1 (or 0x5534E1) is known color: Han Purple. HEX triplet: 55, 34 and E1. RGB value is (85,52,225). Sum of RGB (Red+Green+Blue) = 85+52+225=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 225 (88.28% from 255 or 62.15% from 362); Max value from RGB is 225 - color contains mainly: blue. Hex color #5534E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5534E1 is #AACB1E. Grayscale: #505050. Windows color (decimal): -11193119 or 14758997. OLE color: 14758997.

HSL color Cylindrical-coordinate representation of color #5534E1: hue angle of 251.45º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5534E1 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 52 225 -
CMYK 0.62 0.77 0 0.12
HSL 251.45º 0.74% 0.54% -
HSV(B) 251.45º 0.77% 0.88% -
XYZ 18.56 9.82 72.15 -
YUV 81.59 208.93 130.43 -
System Red Green Blue C M Y K H S L
Decimal 85 52 225 0.62 0.77 0 0.12 251.45 0.74 0.54
Hex 55 34 E1 3E 4D 0 C FB 4A 36
Octal 125 64 341 76 115 0 14 373 112 66
Binary 1010101 110100 11100001 111110 1001101 0 1100 11111011 1001010 110110

Color Harmonies of #5534E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5534E1

Black with #5534E1

Text Example


Text Example

White with #5534E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5534E1; }

 p { color: rgb(85,52,225); }

 H1.HeaderClassName
 {
   color: #5534E1;
 }
 .AnyTagClassName
 {
   color: #5534E1;
 }
</style>

background-color css

<style>
 a { background-color: #5534E1; }

 a { background-color: rgb(85,52,225); }

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

border-color css

<style>
 span { border-color: #5534E1; }

 span { border-color: rgb(85,52,225); }

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