Html Css Color HEX #5834AA Royal Purple

📋 copy color: '#5834AA'

red 88 ◦ green 52 ◦ blue 170

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

Shades of Royal Purple #5834AA

Tints of Royal Purple #5834AA

RGB

 RED value IS 88 (34.77% from 255) = 28.39%

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

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

R = 28.39%
G = 16.77%
B = 54.84%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5834AA (or 0x5834AA) is known color: Royal Purple. HEX triplet: 58, 34 and AA. RGB value is (88,52,170). Sum of RGB (Red+Green+Blue) = 88+52+170=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #5834AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5834AA is #A7CB55. Grayscale: #4B4B4B. Windows color (decimal): -10996566 or 11154520. OLE color: 11154520.

HSL color Cylindrical-coordinate representation of color #5834AA: hue angle of 258.31º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5834AA is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 52 170 -
CMYK 0.48 0.69 0 0.33
HSL 258.31º 0.53% 0.44% -
HSV(B) 258.31º 0.69% 0.67% -
XYZ 12.51 7.43 38.81 -
YUV 76.22 180.93 136.41 -
System Red Green Blue C M Y K H S L
Decimal 88 52 170 0.48 0.69 0 0.33 258.31 0.53 0.44
Hex 58 34 AA 30 45 0 21 102 35 2C
Octal 130 64 252 60 105 0 41 402 65 54
Binary 1011000 110100 10101010 110000 1000101 0 100001 100000010 110101 101100

Color Harmonies of #5834AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5834AA

Black with #5834AA

Text Example


Text Example

White with #5834AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5834AA; }

 p { color: rgb(88,52,170); }

 H1.HeaderClassName
 {
   color: #5834AA;
 }
 .AnyTagClassName
 {
   color: #5834AA;
 }
</style>

background-color css

<style>
 a { background-color: #5834AA; }

 a { background-color: rgb(88,52,170); }

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

border-color css

<style>
 span { border-color: #5834AA; }

 span { border-color: rgb(88,52,170); }

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