#622D98

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

Shades of Royal Purple #622D98

Tints of Royal Purple #622D98

Color information

#622D98 (or 0x622D98) is unknown color: approx Royal Purple. HEX triplet: 62, 2D and 98. RGB value is (98,45,152). Sum of RGB (Red+Green+Blue) = 98+45+152=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #622D98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622D98 is #9DD267. Grayscale: #484848. Windows color (decimal): -10343016 or 9973090. OLE color: 9973090.

HSL color Cylindrical-coordinate representation of color #622D98: hue angle of 269.72º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #622D98 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9845152-
CMYK0.360.7000.40
HSL269.72º54.31%38.63%-
HSV(B)269.72º70.39%59.61%-
XYZ11.646.7430.39-
YUV73.04172.56145.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.22%
GREEN value IS 45 (17.97% from 255) = 15.25%
BLUE value IS 152 (59.77% from 255) = 51.53%
R=33.22%
G=15.25%
B=51.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal98451520.360.7000.40269.7254.3138.63
Hex622D98244602810e3627
Octal14255230441060504166647
Binary11000101011011001100010010010001100101000100001110110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622D98; }

 p { color: rgb(98,45,152); }

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

<style>
 a { background-color: #622D98; }

 a { background-color: rgb(98,45,152); }

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

<style>
 span { border-color: #622D98; }

 span { border-color: rgb(98,45,152); }

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