Html Css Color HEX #7D31B3 Royal Purple

📋 copy color: '#7D31B3'

red 125 ◦ green 49 ◦ blue 179

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

Shades of Royal Purple #7D31B3

Tints of Royal Purple #7D31B3

RGB

 RED value IS 125 (49.22% from 255) = 35.41%

 GREEN value IS 49 (19.53% from 255) = 13.88%

 BLUE value IS 179 (70.31% from 255) = 50.71%

R = 35.41%
G = 13.88%
B = 50.71%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7D31B3 (or 0x7D31B3) is known color: Royal Purple. HEX triplet: 7D, 31 and B3. RGB value is (125,49,179). Sum of RGB (Red+Green+Blue) = 125+49+179=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #7D31B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D31B3 is #82CE4C. Grayscale: #565656. Windows color (decimal): -8572493 or 11743613. OLE color: 11743613.

HSL color Cylindrical-coordinate representation of color #7D31B3: hue angle of 275.08º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D31B3 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 49 179 -
CMYK 0.30 0.73 0 0.30
HSL 275.08º 0.57% 0.45% -
HSV(B) 275.08º 0.73% 0.7% -
XYZ 17.69 9.81 43.61 -
YUV 86.54 180.18 155.43 -
System Red Green Blue C M Y K H S L
Decimal 125 49 179 0.30 0.73 0 0.30 275.08 0.57 0.45
Hex 7D 31 B3 1E 49 0 1E 113 39 2D
Octal 175 61 263 36 111 0 36 423 71 55
Binary 1111101 110001 10110011 11110 1001001 0 11110 100010011 111001 101101

Color Harmonies of #7D31B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D31B3

Black with #7D31B3

Text Example


Text Example

White with #7D31B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D31B3; }

 p { color: rgb(125,49,179); }

 H1.HeaderClassName
 {
   color: #7D31B3;
 }
 .AnyTagClassName
 {
   color: #7D31B3;
 }
</style>

background-color css

<style>
 a { background-color: #7D31B3; }

 a { background-color: rgb(125,49,179); }

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

border-color css

<style>
 span { border-color: #7D31B3; }

 span { border-color: rgb(125,49,179); }

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