Html Css Color HEX #5E3FA4 Royal Purple

📋 copy color: '#5E3FA4'

red 94 ◦ green 63 ◦ blue 164

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

Shades of Royal Purple #5E3FA4

Tints of Royal Purple #5E3FA4

RGB

 RED value IS 94 (37.11% from 255) = 29.28%

 GREEN value IS 63 (25% from 255) = 19.63%

 BLUE value IS 164 (64.45% from 255) = 51.09%

R = 29.28%
G = 19.63%
B = 51.09%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5E3FA4 (or 0x5E3FA4) is known color: Royal Purple. HEX triplet: 5E, 3F and A4. RGB value is (94,63,164). Sum of RGB (Red+Green+Blue) = 94+63+164=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 164 (64.45% from 255 or 51.09% from 321); Max value from RGB is 164 - color contains mainly: blue. Hex color #5E3FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3FA4 is #A1C05B. Grayscale: #535353. Windows color (decimal): -10600540 or 10764126. OLE color: 10764126.

HSL color Cylindrical-coordinate representation of color #5E3FA4: hue angle of 258.42º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E3FA4 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 94 63 164 -
CMYK 0.43 0.62 0 0.36
HSL 258.42º 0.44% 0.45% -
HSV(B) 258.42º 0.62% 0.64% -
XYZ 13.09 8.62 36.09 -
YUV 83.78 173.27 135.29 -
System Red Green Blue C M Y K H S L
Decimal 94 63 164 0.43 0.62 0 0.36 258.42 0.44 0.45
Hex 5E 3F A4 2B 3E 0 24 102 2C 2D
Octal 136 77 244 53 76 0 44 402 54 55
Binary 1011110 111111 10100100 101011 111110 0 100100 100000010 101100 101101

Color Harmonies of #5E3FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3FA4

Black with #5E3FA4

Text Example


Text Example

White with #5E3FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E3FA4; }

 p { color: rgb(94,63,164); }

 H1.HeaderClassName
 {
   color: #5E3FA4;
 }
 .AnyTagClassName
 {
   color: #5E3FA4;
 }
</style>

background-color css

<style>
 a { background-color: #5E3FA4; }

 a { background-color: rgb(94,63,164); }

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

border-color css

<style>
 span { border-color: #5E3FA4; }

 span { border-color: rgb(94,63,164); }

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