Html Css Color HEX #622CAA Royal Purple

📋 copy color: '#622CAA'

red 98 ◦ green 44 ◦ blue 170

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

Shades of Royal Purple #622CAA

Tints of Royal Purple #622CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.1%

 BLUE value IS 170 (66.8% from 255) = 54.49%

R = 31.41%
G = 14.1%
B = 54.49%

CMYK

 C value IS 0.42

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#622CAA (or 0x622CAA) is known color: Royal Purple. HEX triplet: 62, 2C and AA. RGB value is (98,44,170). Sum of RGB (Red+Green+Blue) = 98+44+170=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #622CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622CAA is #9DD355. Grayscale: #4A4A4A. Windows color (decimal): -10343254 or 11152482. OLE color: 11152482.

HSL color Cylindrical-coordinate representation of color #622CAA: hue angle of 265.71º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #622CAA is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 44 170 -
CMYK 0.42 0.74 0 0.33
HSL 265.71º 0.59% 0.42% -
HSV(B) 265.71º 0.74% 0.67% -
XYZ 13.19 7.3 38.74 -
YUV 74.51 181.89 144.75 -
System Red Green Blue C M Y K H S L
Decimal 98 44 170 0.42 0.74 0 0.33 265.71 0.59 0.42
Hex 62 2C AA 2A 4A 0 21 10A 3B 2A
Octal 142 54 252 52 112 0 41 412 73 52
Binary 1100010 101100 10101010 101010 1001010 0 100001 100001010 111011 101010

Color Harmonies of #622CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622CAA

Black with #622CAA

Text Example


Text Example

White with #622CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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