Html Css Color HEX #622A9D Royal Purple

📋 copy color: '#622A9D'

red 98 ◦ green 42 ◦ blue 157

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

Shades of Royal Purple #622A9D

Tints of Royal Purple #622A9D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.14%

 BLUE value IS 157 (61.72% from 255) = 52.86%

R = 33%
G = 14.14%
B = 52.86%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#622A9D (or 0x622A9D) is known color: Royal Purple. HEX triplet: 62, 2A and 9D. RGB value is (98,42,157). Sum of RGB (Red+Green+Blue) = 98+42+157=297 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.00% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #622A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622A9D is #9DD562. Grayscale: #474747. Windows color (decimal): -10343779 or 10300002. OLE color: 10300002.

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

Color convert

RGB 98 42 157 -
CMYK 0.38 0.73 0 0.38
HSL 269.22º 0.58% 0.39% -
HSV(B) 269.22º 0.73% 0.62% -
XYZ 11.95 6.69 32.56 -
YUV 71.85 176.05 146.65 -
System Red Green Blue C M Y K H S L
Decimal 98 42 157 0.38 0.73 0 0.38 269.22 0.58 0.39
Hex 62 2A 9D 26 49 0 26 10D 3A 27
Octal 142 52 235 46 111 0 46 415 72 47
Binary 1100010 101010 10011101 100110 1001001 0 100110 100001101 111010 100111

Color Harmonies of #622A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622A9D

Black with #622A9D

Text Example


Text Example

White with #622A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,42,157); }

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

background-color css

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

 a { background-color: rgb(98,42,157); }

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

border-color css

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

 span { border-color: rgb(98,42,157); }

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