#6530AB

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

Shades of Royal Purple #6530AB

Tints of Royal Purple #6530AB

Color information

#6530AB (or 0x6530AB) is unknown color: approx Royal Purple. HEX triplet: 65, 30 and AB. RGB value is (101,48,171). Sum of RGB (Red+Green+Blue) = 101+48+171=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #6530AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6530AB is #9ACF54. Grayscale: #4D4D4D. Windows color (decimal): -10145621 or 11219045. OLE color: 11219045.

HSL color Cylindrical-coordinate representation of color #6530AB: hue angle of 265.85º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6530AB is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10148171-
CMYK0.410.7200.33
HSL265.85º56.16%42.94%-
HSV(B)265.85º71.93%67.06%-
XYZ13.777.8239.31-
YUV77.87180.56144.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.56%
GREEN value IS 48 (19.14% from 255) = 15%
BLUE value IS 171 (67.19% from 255) = 53.44%
R=31.56%
G=15%
B=53.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101481710.410.7200.33265.8556.1642.94
Hex6530AB294802110a382b
Octal14560253511100414127053
Binary11001011100001010101110100110010000100001100001010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6530AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6530AB; }

 p { color: rgb(101,48,171); }

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

<style>
 a { background-color: #6530AB; }

 a { background-color: rgb(101,48,171); }

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

<style>
 span { border-color: #6530AB; }

 span { border-color: rgb(101,48,171); }

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