#622CA3

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

Shades of Royal Purple #622CA3

Tints of Royal Purple #622CA3

Color information

#622CA3 (or 0x622CA3) is unknown color: approx Royal Purple. HEX triplet: 62, 2C and A3. RGB value is (98,44,163). Sum of RGB (Red+Green+Blue) = 98+44+163=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 163 (64.06% from 255 or 53.44% from 305); Max value from RGB is 163 - color contains mainly: blue. Hex color #622CA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622CA3 is #9DD35C. Grayscale: #494949. Windows color (decimal): -10343261 or 10693730. OLE color: 10693730.

HSL color Cylindrical-coordinate representation of color #622CA3: hue angle of 267.23º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #622CA3 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9844163-
CMYK0.400.7300.36
HSL267.23º57.49%40.59%-
HSV(B)267.23º73.01%63.92%-
XYZ12.557.0435.35-
YUV73.71178.39145.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.13%
GREEN value IS 44 (17.58% from 255) = 14.43%
BLUE value IS 163 (64.06% from 255) = 53.44%
R=32.13%
G=14.43%
B=53.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98441630.400.7300.36267.2357.4940.59
Hex622CA3284902410b3929
Octal14254243501110444137151
Binary11000101011001010001110100010010010100100100001011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,44,163); }

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

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

 a { background-color: rgb(98,44,163); }

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

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

 span { border-color: rgb(98,44,163); }

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