#6224A4

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

Shades of Royal Purple #6224A4

Tints of Royal Purple #6224A4

Color information

#6224A4 (or 0x6224A4) is unknown color: approx Royal Purple. HEX triplet: 62, 24 and A4. RGB value is (98,36,164). Sum of RGB (Red+Green+Blue) = 98+36+164=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 164 (64.45% from 255 or 55.03% from 298); Max value from RGB is 164 - color contains mainly: blue. Hex color #6224A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6224A4 is #9DDB5B. Grayscale: #444444. Windows color (decimal): -10345308 or 10757218. OLE color: 10757218.

HSL color Cylindrical-coordinate representation of color #6224A4: hue angle of 269.06º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6224A4 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9836164-
CMYK0.400.7800.36
HSL269.06º64%39.22%-
HSV(B)269.06º78.05%64.31%-
XYZ12.376.5435.73-
YUV69.13181.54148.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.89%
GREEN value IS 36 (14.45% from 255) = 12.08%
BLUE value IS 164 (64.45% from 255) = 55.03%
R=32.89%
G=12.08%
B=55.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98361640.400.7800.36269.066439.22
Hex6224A4284E02410d4027
Octal142442445011604441510047
Binary110001010010010100100101000100111001001001000011011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6224A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6224A4; }

 p { color: rgb(98,36,164); }

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

<style>
 a { background-color: #6224A4; }

 a { background-color: rgb(98,36,164); }

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

<style>
 span { border-color: #6224A4; }

 span { border-color: rgb(98,36,164); }

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