Html Css Color HEX #631A9D Royal Purple

📋 copy color: '#631A9D'

red 99 ◦ green 26 ◦ blue 157

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

Shades of Royal Purple #631A9D

Tints of Royal Purple #631A9D

RGB

 RED value IS 99 (39.06% from 255) = 35.11%

 GREEN value IS 26 (10.55% from 255) = 9.22%

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

R = 35.11%
G = 9.22%
B = 55.67%

CMYK

 C value IS 0.37

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#631A9D (or 0x631A9D) is known color: Royal Purple. HEX triplet: 63, 1A and 9D. RGB value is (99,26,157). Sum of RGB (Red+Green+Blue) = 99+26+157=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #631A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631A9D is #9CE562. Grayscale: #3E3E3E. Windows color (decimal): -10282339 or 10295907. OLE color: 10295907.

HSL color Cylindrical-coordinate representation of color #631A9D: hue angle of 273.44º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #631A9D is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 26 157 -
CMYK 0.37 0.83 0 0.38
HSL 273.44º 0.72% 0.36% -
HSV(B) 273.44º 0.83% 0.62% -
XYZ 11.6 5.83 32.41 -
YUV 62.76 181.18 153.85 -
System Red Green Blue C M Y K H S L
Decimal 99 26 157 0.37 0.83 0 0.38 273.44 0.72 0.36
Hex 63 1A 9D 25 53 0 26 111 48 24
Octal 143 32 235 45 123 0 46 421 110 44
Binary 1100011 11010 10011101 100101 1010011 0 100110 100010001 1001000 100100

Color Harmonies of #631A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631A9D

Black with #631A9D

Text Example


Text Example

White with #631A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,26,157); }

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

background-color css

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

 a { background-color: rgb(99,26,157); }

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

border-color css

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

 span { border-color: rgb(99,26,157); }

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