#6245AA

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

Shades of Royal Purple #6245AA

Tints of Royal Purple #6245AA

Color information

#6245AA (or 0x6245AA) is unknown color: approx Royal Purple. HEX triplet: 62, 45 and AA. RGB value is (98,69,170). Sum of RGB (Red+Green+Blue) = 98+69+170=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #6245AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6245AA is #9DBA55. Grayscale: #585858. Windows color (decimal): -10336854 or 11158882. OLE color: 11158882.

HSL color Cylindrical-coordinate representation of color #6245AA: hue angle of 257.23º 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 #6245AA is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9869170-
CMYK0.420.5900.33
HSL257.23º42.26%46.86%-
HSV(B)257.23º59.41%66.67%-
XYZ14.429.7639.15-
YUV89.18173.61134.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.08%
GREEN value IS 69 (27.34% from 255) = 20.47%
BLUE value IS 170 (66.80% from 255) = 50.45%
R=29.08%
G=20.47%
B=50.45%

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
Decimal98691700.420.5900.33257.2342.2646.86
Hex6245AA2A3B0211012a2f
Octal14210525252730414015257
Binary11000101000101101010101010101110110100001100000001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6245AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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