Html Css Color HEX #622FA6 Royal Purple

📋 copy color: '#622FA6'

red 98 ◦ green 47 ◦ blue 166

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

Shades of Royal Purple #622FA6

Tints of Royal Purple #622FA6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.11%

 BLUE value IS 166 (65.23% from 255) = 53.38%

R = 31.51%
G = 15.11%
B = 53.38%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#622FA6 (or 0x622FA6) is known color: Royal Purple. HEX triplet: 62, 2F and A6. RGB value is (98,47,166). Sum of RGB (Red+Green+Blue) = 98+47+166=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 166 (65.23% from 255 or 53.38% from 311); Max value from RGB is 166 - color contains mainly: blue. Hex color #622FA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622FA6 is #9DD059. Grayscale: #4B4B4B. Windows color (decimal): -10342490 or 10891106. OLE color: 10891106.

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

Color convert

RGB 98 47 166 -
CMYK 0.41 0.72 0 0.35
HSL 265.71º 0.56% 0.42% -
HSV(B) 265.71º 0.72% 0.65% -
XYZ 12.94 7.38 36.82 -
YUV 75.82 178.9 143.82 -
System Red Green Blue C M Y K H S L
Decimal 98 47 166 0.41 0.72 0 0.35 265.71 0.56 0.42
Hex 62 2F A6 29 48 0 23 10A 38 2A
Octal 142 57 246 51 110 0 43 412 70 52
Binary 1100010 101111 10100110 101001 1001000 0 100011 100001010 111000 101010

Color Harmonies of #622FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622FA6

Black with #622FA6

Text Example


Text Example

White with #622FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,47,166); }

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

background-color css

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

 a { background-color: rgb(98,47,166); }

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

border-color css

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

 span { border-color: rgb(98,47,166); }

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