Html Css Color HEX #5E43AA Royal Purple

📋 copy color: '#5E43AA'

red 94 ◦ green 67 ◦ blue 170

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

Shades of Royal Purple #5E43AA

Tints of Royal Purple #5E43AA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.24%

 BLUE value IS 170 (66.8% from 255) = 51.36%

R = 28.4%
G = 20.24%
B = 51.36%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E43AA (or 0x5E43AA) is known color: Royal Purple. HEX triplet: 5E, 43 and AA. RGB value is (94,67,170). Sum of RGB (Red+Green+Blue) = 94+67+170=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E43AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E43AA is #A1BC55. Grayscale: #565656. Windows color (decimal): -10599510 or 11158366. OLE color: 11158366.

HSL color Cylindrical-coordinate representation of color #5E43AA: hue angle of 255.73º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E43AA is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 67 170 -
CMYK 0.45 0.61 0 0.33
HSL 255.73º 0.43% 0.46% -
HSV(B) 255.73º 0.61% 0.67% -
XYZ 13.88 9.3 39.09 -
YUV 86.82 174.95 133.12 -
System Red Green Blue C M Y K H S L
Decimal 94 67 170 0.45 0.61 0 0.33 255.73 0.43 0.46
Hex 5E 43 AA 2D 3D 0 21 100 2B 2E
Octal 136 103 252 55 75 0 41 400 53 56
Binary 1011110 1000011 10101010 101101 111101 0 100001 100000000 101011 101110

Color Harmonies of #5E43AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E43AA

Black with #5E43AA

Text Example


Text Example

White with #5E43AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,67,170); }

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

background-color css

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

 a { background-color: rgb(94,67,170); }

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

border-color css

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

 span { border-color: rgb(94,67,170); }

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