Html Css Color HEX #631D9D Royal Purple

📋 copy color: '#631D9D'

red 99 ◦ green 29 ◦ blue 157

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

Shades of Royal Purple #631D9D

Tints of Royal Purple #631D9D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.18%

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

R = 34.74%
G = 10.18%
B = 55.09%

CMYK

 C value IS 0.37

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#631D9D (or 0x631D9D) is known color: Royal Purple. HEX triplet: 63, 1D and 9D. RGB value is (99,29,157). Sum of RGB (Red+Green+Blue) = 99+29+157=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #631D9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631D9D is #9CE262. Grayscale: #404040. Windows color (decimal): -10281571 or 10296675. OLE color: 10296675.

HSL color Cylindrical-coordinate representation of color #631D9D: hue angle of 272.81º degrees, saturation: 0.69, 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 #631D9D is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 29 157 -
CMYK 0.37 0.82 0 0.38
HSL 272.81º 0.69% 0.36% -
HSV(B) 272.81º 0.82% 0.62% -
XYZ 11.67 5.97 32.43 -
YUV 64.52 180.19 152.59 -
System Red Green Blue C M Y K H S L
Decimal 99 29 157 0.37 0.82 0 0.38 272.81 0.69 0.36
Hex 63 1D 9D 25 52 0 26 111 45 24
Octal 143 35 235 45 122 0 46 421 105 44
Binary 1100011 11101 10011101 100101 1010010 0 100110 100010001 1000101 100100

Color Harmonies of #631D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631D9D

Black with #631D9D

Text Example


Text Example

White with #631D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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