#6244AB

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

Shades of Royal Purple #6244AB

Tints of Royal Purple #6244AB

Color information

#6244AB (or 0x6244AB) is unknown color: approx Royal Purple. HEX triplet: 62, 44 and AB. RGB value is (98,68,171). Sum of RGB (Red+Green+Blue) = 98+68+171=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #6244AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6244AB is #9DBB54. Grayscale: #585858. Windows color (decimal): -10337109 or 11224162. OLE color: 11224162.

HSL color Cylindrical-coordinate representation of color #6244AB: hue angle of 257.48º 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 #6244AB is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9868171-
CMYK0.430.6000.33
HSL257.48º43.1%46.86%-
HSV(B)257.48º60.23%67.06%-
XYZ14.459.6739.63-
YUV88.71174.44134.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.08%
GREEN value IS 68 (26.95% from 255) = 20.18%
BLUE value IS 171 (67.19% from 255) = 50.74%
R=29.08%
G=20.18%
B=50.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98681710.430.6000.33257.4843.146.86
Hex6244AB2B3C0211012b2f
Octal14210425353740414015357
Binary11000101000100101010111010111111000100001100000001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6244AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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