#583BAD

Color #583BAD Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #583BAD

Tints of Royal Purple #583BAD

Color information

#583BAD (or 0x583BAD) is unknown color: approx Royal Purple. HEX triplet: 58, 3B and AD. RGB value is (88,59,173). Sum of RGB (Red+Green+Blue) = 88+59+173=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #583BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583BAD is #A7C452. Grayscale: #505050. Windows color (decimal): -10994771 or 11352920. OLE color: 11352920.

HSL color Cylindrical-coordinate representation of color #583BAD: hue angle of 255.26º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #583BAD is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8859173-
CMYK0.490.6600.32
HSL255.26º49.14%45.49%-
HSV(B)255.26º65.9%67.84%-
XYZ13.138.2240.43-
YUV80.67180.11133.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.5%
GREEN value IS 59 (23.44% from 255) = 18.44%
BLUE value IS 173 (67.97% from 255) = 54.06%
R=27.5%
G=18.44%
B=54.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal88591730.490.6600.32255.2649.1445.49
Hex583BAD3142020ff312d
Octal13073255611020403776155
Binary1011000111011101011011100011000010010000011111111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,59,173); }

 H1.HeaderClassName
 {
   color: #583BAD;
 }
 .AnyTagClassName
 {
   color: #583BAD;
 }
</style>
background-color css

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

 a { background-color: rgb(88,59,173); }

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

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

 span { border-color: rgb(88,59,173); }

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