#6525A3

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

Shades of Royal Purple #6525A3

Tints of Royal Purple #6525A3

Color information

#6525A3 (or 0x6525A3) is unknown color: approx Royal Purple. HEX triplet: 65, 25 and A3. RGB value is (101,37,163). Sum of RGB (Red+Green+Blue) = 101+37+163=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 163 (64.06% from 255 or 54.15% from 301); Max value from RGB is 163 - color contains mainly: blue. Hex color #6525A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6525A3 is #9ADA5C. Grayscale: #464646. Windows color (decimal): -10148445 or 10691941. OLE color: 10691941.

HSL color Cylindrical-coordinate representation of color #6525A3: hue angle of 270.48º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6525A3 is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10137163-
CMYK0.380.7700.36
HSL270.48º63%39.22%-
HSV(B)270.48º77.3%63.92%-
XYZ12.646.7335.28-
YUV70.5180.2149.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.55%
GREEN value IS 37 (14.84% from 255) = 12.29%
BLUE value IS 163 (64.06% from 255) = 54.15%
R=33.55%
G=12.29%
B=54.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101371630.380.7700.36270.486339.22
Hex6525A3264D02410e3f27
Octal14545243461150444167747
Binary11001011001011010001110011010011010100100100001110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6525A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6525A3; }

 p { color: rgb(101,37,163); }

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

<style>
 a { background-color: #6525A3; }

 a { background-color: rgb(101,37,163); }

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

<style>
 span { border-color: #6525A3; }

 span { border-color: rgb(101,37,163); }

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