Html Css Color HEX #583FAF Royal Purple

📋 copy color: '#583FAF'

red 88 ◦ green 63 ◦ blue 175

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

Shades of Royal Purple #583FAF

Tints of Royal Purple #583FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.68%

R = 26.99%
G = 19.33%
B = 53.68%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#583FAF (or 0x583FAF) is known color: Royal Purple. HEX triplet: 58, 3F and AF. RGB value is (88,63,175). Sum of RGB (Red+Green+Blue) = 88+63+175=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #583FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583FAF is #A7C050. Grayscale: #525252. Windows color (decimal): -10993745 or 11485016. OLE color: 11485016.

HSL color Cylindrical-coordinate representation of color #583FAF: hue angle of 253.39º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #583FAF is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 63 175 -
CMYK 0.50 0.64 0 0.31
HSL 253.39º 0.47% 0.47% -
HSV(B) 253.39º 0.64% 0.69% -
XYZ 13.54 8.72 41.53 -
YUV 83.24 179.78 131.39 -
System Red Green Blue C M Y K H S L
Decimal 88 63 175 0.50 0.64 0 0.31 253.39 0.47 0.47
Hex 58 3F AF 32 40 0 1F FD 2F 2F
Octal 130 77 257 62 100 0 37 375 57 57
Binary 1011000 111111 10101111 110010 1000000 0 11111 11111101 101111 101111

Color Harmonies of #583FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583FAF

Black with #583FAF

Text Example


Text Example

White with #583FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583FAF; }

 p { color: rgb(88,63,175); }

 H1.HeaderClassName
 {
   color: #583FAF;
 }
 .AnyTagClassName
 {
   color: #583FAF;
 }
</style>

background-color css

<style>
 a { background-color: #583FAF; }

 a { background-color: rgb(88,63,175); }

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

border-color css

<style>
 span { border-color: #583FAF; }

 span { border-color: rgb(88,63,175); }

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