#6246AA

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

Shades of Royal Purple #6246AA

Tints of Royal Purple #6246AA

Color information

#6246AA (or 0x6246AA) is unknown color: approx Royal Purple. HEX triplet: 62, 46 and AA. RGB value is (98,70,170). Sum of RGB (Red+Green+Blue) = 98+70+170=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #6246AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6246AA is #9DB955. Grayscale: #595959. Windows color (decimal): -10336598 or 11159138. OLE color: 11159138.

HSL color Cylindrical-coordinate representation of color #6246AA: hue angle of 256.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6246AA is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9870170-
CMYK0.420.5900.33
HSL256.8º41.67%47.06%-
HSV(B)256.8º58.82%66.67%-
XYZ14.489.8839.17-
YUV89.77173.28133.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.99%
GREEN value IS 70 (27.73% from 255) = 20.71%
BLUE value IS 170 (66.80% from 255) = 50.30%
R=28.99%
G=20.71%
B=50.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98701700.420.5900.33256.841.6747.06
Hex6246AA2A3B0211012a2f
Octal14210625252730414015257
Binary11000101000110101010101010101110110100001100000001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6246AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6246AA; }

 p { color: rgb(98,70,170); }

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

<style>
 a { background-color: #6246AA; }

 a { background-color: rgb(98,70,170); }

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

<style>
 span { border-color: #6246AA; }

 span { border-color: rgb(98,70,170); }

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