#6244AA

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

Shades of Royal Purple #6244AA

Tints of Royal Purple #6244AA

Color information

#6244AA (or 0x6244AA) is unknown color: approx Royal Purple. HEX triplet: 62, 44 and AA. RGB value is (98,68,170). Sum of RGB (Red+Green+Blue) = 98+68+170=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #6244AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6244AA is #9DBB55. Grayscale: #585858. Windows color (decimal): -10337110 or 11158626. OLE color: 11158626.

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

Color convert

RGB9868170-
CMYK0.420.600.33
HSL257.65º42.86%46.67%-
HSV(B)257.65º60%66.67%-
XYZ14.369.6339.13-
YUV88.6173.94134.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.17%
GREEN value IS 68 (26.95% from 255) = 20.24%
BLUE value IS 170 (66.80% from 255) = 50.60%
R=29.17%
G=20.24%
B=50.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98681700.420.600.33257.6542.8646.67
Hex6244AA2A3C0211022b2f
Octal14210425252740414025357
Binary11000101000100101010101010101111000100001100000010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6244AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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