Html Css Color HEX #7C31B3 Royal Purple

📋 copy color: '#7C31B3'

red 124 ◦ green 49 ◦ blue 179

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

Shades of Royal Purple #7C31B3

Tints of Royal Purple #7C31B3

RGB

 RED value IS 124 (48.83% from 255) = 35.23%

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

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

R = 35.23%
G = 13.92%
B = 50.85%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7C31B3 (or 0x7C31B3) is known color: Royal Purple. HEX triplet: 7C, 31 and B3. RGB value is (124,49,179). Sum of RGB (Red+Green+Blue) = 124+49+179=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #7C31B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C31B3 is #83CE4C. Grayscale: #555555. Windows color (decimal): -8638029 or 11743612. OLE color: 11743612.

HSL color Cylindrical-coordinate representation of color #7C31B3: hue angle of 274.62º 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 #7C31B3 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 49 179 -
CMYK 0.31 0.73 0 0.30
HSL 274.62º 0.57% 0.45% -
HSV(B) 274.62º 0.73% 0.7% -
XYZ 17.55 9.74 43.6 -
YUV 86.25 180.35 154.93 -
System Red Green Blue C M Y K H S L
Decimal 124 49 179 0.31 0.73 0 0.30 274.62 0.57 0.45
Hex 7C 31 B3 1F 49 0 1E 113 39 2D
Octal 174 61 263 37 111 0 36 423 71 55
Binary 1111100 110001 10110011 11111 1001001 0 11110 100010011 111001 101101

Color Harmonies of #7C31B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C31B3

Black with #7C31B3

Text Example


Text Example

White with #7C31B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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