#653DAC

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

Shades of Royal Purple #653DAC

Tints of Royal Purple #653DAC

Color information

#653DAC (or 0x653DAC) is unknown color: approx Royal Purple. HEX triplet: 65, 3D and AC. RGB value is (101,61,172). Sum of RGB (Red+Green+Blue) = 101+61+172=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #653DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653DAC is #9AC253. Grayscale: #555555. Windows color (decimal): -10142292 or 11287909. OLE color: 11287909.

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

Color convert

RGB10161172-
CMYK0.410.6500.33
HSL261.62º47.64%45.69%-
HSV(B)261.62º64.53%67.45%-
XYZ14.489.0840.02-
YUV85.61176.75138.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.24%
GREEN value IS 61 (24.22% from 255) = 18.26%
BLUE value IS 172 (67.58% from 255) = 51.50%
R=30.24%
G=18.26%
B=51.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101611720.410.6500.33261.6247.6445.69
Hex653DAC2941021106302e
Octal14575254511010414066056
Binary11001011111011010110010100110000010100001100000110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653DAC; }

 p { color: rgb(101,61,172); }

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

<style>
 a { background-color: #653DAC; }

 a { background-color: rgb(101,61,172); }

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

<style>
 span { border-color: #653DAC; }

 span { border-color: rgb(101,61,172); }

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