Html Css Color HEX #622BA0 Royal Purple

📋 copy color: '#622BA0'

red 98 ◦ green 43 ◦ blue 160

#622BA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #622BA0

Tints of Royal Purple #622BA0

RGB

 RED value IS 98 (38.67% from 255) = 32.56%

 GREEN value IS 43 (17.19% from 255) = 14.29%

 BLUE value IS 160 (62.89% from 255) = 53.16%

R = 32.56%
G = 14.29%
B = 53.16%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#622BA0 (or 0x622BA0) is known color: Royal Purple. HEX triplet: 62, 2B and A0. RGB value is (98,43,160). Sum of RGB (Red+Green+Blue) = 98+43+160=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 160 (62.89% from 255 or 53.16% from 301); Max value from RGB is 160 - color contains mainly: blue. Hex color #622BA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622BA0 is #9DD45F. Grayscale: #484848. Windows color (decimal): -10343520 or 10496866. OLE color: 10496866.

HSL color Cylindrical-coordinate representation of color #622BA0: hue angle of 268.21º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #622BA0 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 98 43 160 -
CMYK 0.39 0.73 0 0.37
HSL 268.21º 0.58% 0.4% -
HSV(B) 268.21º 0.73% 0.63% -
XYZ 12.25 6.86 33.94 -
YUV 72.78 177.22 145.99 -
System Red Green Blue C M Y K H S L
Decimal 98 43 160 0.39 0.73 0 0.37 268.21 0.58 0.4
Hex 62 2B A0 27 49 0 25 10C 3A 28
Octal 142 53 240 47 111 0 45 414 72 50
Binary 1100010 101011 10100000 100111 1001001 0 100101 100001100 111010 101000

Color Harmonies of #622BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622BA0

Black with #622BA0

Text Example


Text Example

White with #622BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,43,160); }

 H1.HeaderClassName
 {
   color: #622BA0;
 }
 .AnyTagClassName
 {
   color: #622BA0;
 }
</style>

background-color css

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

 a { background-color: rgb(98,43,160); }

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

border-color css

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

 span { border-color: rgb(98,43,160); }

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