Html Css Color HEX #5738AC Royal Purple

📋 copy color: '#5738AC'

red 87 ◦ green 56 ◦ blue 172

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

Shades of Royal Purple #5738AC

Tints of Royal Purple #5738AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.78%

 BLUE value IS 172 (67.58% from 255) = 54.6%

R = 27.62%
G = 17.78%
B = 54.6%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5738AC (or 0x5738AC) is known color: Royal Purple. HEX triplet: 57, 38 and AC. RGB value is (87,56,172). Sum of RGB (Red+Green+Blue) = 87+56+172=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #5738AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5738AC is #A8C753. Grayscale: #4E4E4E. Windows color (decimal): -11061076 or 11286615. OLE color: 11286615.

HSL color Cylindrical-coordinate representation of color #5738AC: hue angle of 256.03º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5738AC is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 56 172 -
CMYK 0.49 0.67 0 0.33
HSL 256.03º 0.51% 0.45% -
HSV(B) 256.03º 0.67% 0.67% -
XYZ 12.79 7.83 39.87 -
YUV 78.49 180.77 134.07 -
System Red Green Blue C M Y K H S L
Decimal 87 56 172 0.49 0.67 0 0.33 256.03 0.51 0.45
Hex 57 38 AC 31 43 0 21 100 33 2D
Octal 127 70 254 61 103 0 41 400 63 55
Binary 1010111 111000 10101100 110001 1000011 0 100001 100000000 110011 101101

Color Harmonies of #5738AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5738AC

Black with #5738AC

Text Example


Text Example

White with #5738AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5738AC; }

 p { color: rgb(87,56,172); }

 H1.HeaderClassName
 {
   color: #5738AC;
 }
 .AnyTagClassName
 {
   color: #5738AC;
 }
</style>

background-color css

<style>
 a { background-color: #5738AC; }

 a { background-color: rgb(87,56,172); }

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

border-color css

<style>
 span { border-color: #5738AC; }

 span { border-color: rgb(87,56,172); }

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