Html Css Color HEX #621C9D Royal Purple

📋 copy color: '#621C9D'

red 98 ◦ green 28 ◦ blue 157

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

Shades of Royal Purple #621C9D

Tints of Royal Purple #621C9D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.89%

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

R = 34.63%
G = 9.89%
B = 55.48%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#621C9D (or 0x621C9D) is known color: Royal Purple. HEX triplet: 62, 1C and 9D. RGB value is (98,28,157). Sum of RGB (Red+Green+Blue) = 98+28+157=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #621C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621C9D is #9DE362. Grayscale: #3F3F3F. Windows color (decimal): -10347363 or 10296418. OLE color: 10296418.

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

Color convert

RGB 98 28 157 -
CMYK 0.38 0.82 0 0.38
HSL 272.56º 0.7% 0.36% -
HSV(B) 272.56º 0.82% 0.62% -
XYZ 11.54 5.86 32.42 -
YUV 63.64 180.69 152.51 -
System Red Green Blue C M Y K H S L
Decimal 98 28 157 0.38 0.82 0 0.38 272.56 0.7 0.36
Hex 62 1C 9D 26 52 0 26 111 46 24
Octal 142 34 235 46 122 0 46 421 106 44
Binary 1100010 11100 10011101 100110 1010010 0 100110 100010001 1000110 100100

Color Harmonies of #621C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621C9D

Black with #621C9D

Text Example


Text Example

White with #621C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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