Html Css Color HEX #622FAB Royal Purple

📋 copy color: '#622FAB'

red 98 ◦ green 47 ◦ blue 171

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

Shades of Royal Purple #622FAB

Tints of Royal Purple #622FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.11%

R = 31.01%
G = 14.87%
B = 54.11%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#622FAB (or 0x622FAB) is known color: Royal Purple. HEX triplet: 62, 2F and AB. RGB value is (98,47,171). Sum of RGB (Red+Green+Blue) = 98+47+171=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #622FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622FAB is #9DD054. Grayscale: #4B4B4B. Windows color (decimal): -10342485 or 11218786. OLE color: 11218786.

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

Color convert

RGB 98 47 171 -
CMYK 0.43 0.73 0 0.33
HSL 264.68º 0.57% 0.43% -
HSV(B) 264.68º 0.73% 0.67% -
XYZ 13.4 7.57 39.28 -
YUV 76.39 181.4 143.42 -
System Red Green Blue C M Y K H S L
Decimal 98 47 171 0.43 0.73 0 0.33 264.68 0.57 0.43
Hex 62 2F AB 2B 49 0 21 109 39 2B
Octal 142 57 253 53 111 0 41 411 71 53
Binary 1100010 101111 10101011 101011 1001001 0 100001 100001001 111001 101011

Color Harmonies of #622FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622FAB

Black with #622FAB

Text Example


Text Example

White with #622FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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