Html Css Color HEX #5735AA Royal Purple

📋 copy color: '#5735AA'

red 87 ◦ green 53 ◦ blue 170

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

Shades of Royal Purple #5735AA

Tints of Royal Purple #5735AA

RGB

 RED value IS 87 (34.38% from 255) = 28.06%

 GREEN value IS 53 (21.09% from 255) = 17.1%

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

R = 28.06%
G = 17.1%
B = 54.84%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5735AA (or 0x5735AA) is known color: Royal Purple. HEX triplet: 57, 35 and AA. RGB value is (87,53,170). Sum of RGB (Red+Green+Blue) = 87+53+170=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 53 (21.09% from 255 or 17.10% 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 #5735AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5735AA is #A8CA55. Grayscale: #4C4C4C. Windows color (decimal): -11061846 or 11154775. OLE color: 11154775.

HSL color Cylindrical-coordinate representation of color #5735AA: hue angle of 257.44º degrees, saturation: 0.52, 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 #5735AA is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 53 170 -
CMYK 0.49 0.69 0 0.33
HSL 257.44º 0.52% 0.44% -
HSV(B) 257.44º 0.69% 0.67% -
XYZ 12.46 7.47 38.82 -
YUV 76.5 180.76 135.49 -
System Red Green Blue C M Y K H S L
Decimal 87 53 170 0.49 0.69 0 0.33 257.44 0.52 0.44
Hex 57 35 AA 31 45 0 21 101 34 2C
Octal 127 65 252 61 105 0 41 401 64 54
Binary 1010111 110101 10101010 110001 1000101 0 100001 100000001 110100 101100

Color Harmonies of #5735AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5735AA

Black with #5735AA

Text Example


Text Example

White with #5735AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,53,170); }

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

background-color css

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

 a { background-color: rgb(87,53,170); }

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

border-color css

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

 span { border-color: rgb(87,53,170); }

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