#6225A4

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

Shades of Royal Purple #6225A4

Tints of Royal Purple #6225A4

Color information

#6225A4 (or 0x6225A4) is unknown color: approx Royal Purple. HEX triplet: 62, 25 and A4. RGB value is (98,37,164). Sum of RGB (Red+Green+Blue) = 98+37+164=299 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.78% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 164 (64.45% from 255 or 54.85% from 299); Max value from RGB is 164 - color contains mainly: blue. Hex color #6225A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6225A4 is #9DDA5B. Grayscale: #454545. Windows color (decimal): -10345052 or 10757474. OLE color: 10757474.

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

Color convert

RGB9837164-
CMYK0.400.7700.36
HSL268.82º63.18%39.41%-
HSV(B)268.82º77.44%64.31%-
XYZ12.46.635.74-
YUV69.72181.21148.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.78%
GREEN value IS 37 (14.84% from 255) = 12.37%
BLUE value IS 164 (64.45% from 255) = 54.85%
R=32.78%
G=12.37%
B=54.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98371640.400.7700.36268.8263.1839.41
Hex6225A4284D02410d3f27
Octal14245244501150444157747
Binary11000101001011010010010100010011010100100100001101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6225A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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