#622CA5

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

Shades of Royal Purple #622CA5

Tints of Royal Purple #622CA5

Color information

#622CA5 (or 0x622CA5) is unknown color: approx Royal Purple. HEX triplet: 62, 2C and A5. RGB value is (98,44,165). Sum of RGB (Red+Green+Blue) = 98+44+165=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 165 (64.84% from 255 or 53.75% from 307); Max value from RGB is 165 - color contains mainly: blue. Hex color #622CA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622CA5 is #9DD35A. Grayscale: #494949. Windows color (decimal): -10343259 or 10824802. OLE color: 10824802.

HSL color Cylindrical-coordinate representation of color #622CA5: hue angle of 266.78º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #622CA5 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9844165-
CMYK0.410.7300.35
HSL266.78º57.89%40.98%-
HSV(B)266.78º73.33%64.71%-
XYZ12.737.1136.3-
YUV73.94179.39145.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.92%
GREEN value IS 44 (17.58% from 255) = 14.33%
BLUE value IS 165 (64.84% from 255) = 53.75%
R=31.92%
G=14.33%
B=53.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal98441650.410.7300.35266.7857.8940.98
Hex622CA5294902310b3a29
Octal14254245511110434137251
Binary11000101011001010010110100110010010100011100001011111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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