#583CAB

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

Shades of Royal Purple #583CAB

Tints of Royal Purple #583CAB

Color information

#583CAB (or 0x583CAB) is unknown color: approx Royal Purple. HEX triplet: 58, 3C and AB. RGB value is (88,60,171). Sum of RGB (Red+Green+Blue) = 88+60+171=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #583CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583CAB is #A7C354. Grayscale: #505050. Windows color (decimal): -10994517 or 11222104. OLE color: 11222104.

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

Color convert

RGB8860171-
CMYK0.490.6500.33
HSL255.14º48.05%45.29%-
HSV(B)255.14º64.91%67.06%-
XYZ12.998.2539.44-
YUV81.03178.78132.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.59%
GREEN value IS 60 (23.83% from 255) = 18.81%
BLUE value IS 171 (67.19% from 255) = 53.61%
R=27.59%
G=18.81%
B=53.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88601710.490.6500.33255.1448.0545.29
Hex583CAB3141021ff302d
Octal13074253611010413776055
Binary1011000111100101010111100011000001010000111111111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,60,171); }

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

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

 a { background-color: rgb(88,60,171); }

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

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

 span { border-color: rgb(88,60,171); }

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