Html Css Color HEX #7936B1 Royal Purple

📋 copy color: '#7936B1'

red 121 ◦ green 54 ◦ blue 177

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

Shades of Royal Purple #7936B1

Tints of Royal Purple #7936B1

RGB

 RED value IS 121 (47.66% from 255) = 34.38%

 GREEN value IS 54 (21.48% from 255) = 15.34%

 BLUE value IS 177 (69.53% from 255) = 50.28%

R = 34.38%
G = 15.34%
B = 50.28%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7936B1 (or 0x7936B1) is known color: Royal Purple. HEX triplet: 79, 36 and B1. RGB value is (121,54,177). Sum of RGB (Red+Green+Blue) = 121+54+177=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 177 (69.53% from 255 or 50.28% from 352); Max value from RGB is 177 - color contains mainly: blue. Hex color #7936B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7936B1 is #86C94E. Grayscale: #575757. Windows color (decimal): -8833359 or 11613817. OLE color: 11613817.

HSL color Cylindrical-coordinate representation of color #7936B1: hue angle of 272.68º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7936B1 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 54 177 -
CMYK 0.32 0.69 0 0.31
HSL 272.68º 0.53% 0.45% -
HSV(B) 272.68º 0.69% 0.69% -
XYZ 17.14 9.88 42.6 -
YUV 88.06 178.2 151.5 -
System Red Green Blue C M Y K H S L
Decimal 121 54 177 0.32 0.69 0 0.31 272.68 0.53 0.45
Hex 79 36 B1 20 45 0 1F 111 35 2D
Octal 171 66 261 40 105 0 37 421 65 55
Binary 1111001 110110 10110001 100000 1000101 0 11111 100010001 110101 101101

Color Harmonies of #7936B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7936B1

Black with #7936B1

Text Example


Text Example

White with #7936B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7936B1; }

 p { color: rgb(121,54,177); }

 H1.HeaderClassName
 {
   color: #7936B1;
 }
 .AnyTagClassName
 {
   color: #7936B1;
 }
</style>

background-color css

<style>
 a { background-color: #7936B1; }

 a { background-color: rgb(121,54,177); }

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

border-color css

<style>
 span { border-color: #7936B1; }

 span { border-color: rgb(121,54,177); }

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