Html Css Color HEX #621E9E Royal Purple

📋 copy color: '#621E9E'

red 98 ◦ green 30 ◦ blue 158

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

Shades of Royal Purple #621E9E

Tints of Royal Purple #621E9E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.49%

 BLUE value IS 158 (62.11% from 255) = 55.24%

R = 34.27%
G = 10.49%
B = 55.24%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#621E9E (or 0x621E9E) is known color: Royal Purple. HEX triplet: 62, 1E and 9E. RGB value is (98,30,158). Sum of RGB (Red+Green+Blue) = 98+30+158=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #621E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621E9E is #9DE161. Grayscale: #404040. Windows color (decimal): -10346850 or 10362466. OLE color: 10362466.

HSL color Cylindrical-coordinate representation of color #621E9E: hue angle of 271.88º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #621E9E is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 30 158 -
CMYK 0.38 0.81 0 0.38
HSL 271.88º 0.68% 0.37% -
HSV(B) 271.88º 0.81% 0.62% -
XYZ 11.67 5.99 32.89 -
YUV 64.92 180.53 151.59 -
System Red Green Blue C M Y K H S L
Decimal 98 30 158 0.38 0.81 0 0.38 271.88 0.68 0.37
Hex 62 1E 9E 26 51 0 26 110 44 25
Octal 142 36 236 46 121 0 46 420 104 45
Binary 1100010 11110 10011110 100110 1010001 0 100110 100010000 1000100 100101

Color Harmonies of #621E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621E9E

Black with #621E9E

Text Example


Text Example

White with #621E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621E9E; }

 p { color: rgb(98,30,158); }

 H1.HeaderClassName
 {
   color: #621E9E;
 }
 .AnyTagClassName
 {
   color: #621E9E;
 }
</style>

background-color css

<style>
 a { background-color: #621E9E; }

 a { background-color: rgb(98,30,158); }

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

border-color css

<style>
 span { border-color: #621E9E; }

 span { border-color: rgb(98,30,158); }

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