Html Css Color HEX #7932B2 Royal Purple

📋 copy color: '#7932B2'

red 121 ◦ green 50 ◦ blue 178

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

Shades of Royal Purple #7932B2

Tints of Royal Purple #7932B2

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.33%

 BLUE value IS 178 (69.92% from 255) = 51%

R = 34.67%
G = 14.33%
B = 51%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7932B2 (or 0x7932B2) is known color: Royal Purple. HEX triplet: 79, 32 and B2. RGB value is (121,50,178). Sum of RGB (Red+Green+Blue) = 121+50+178=349 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.67% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 178 (69.92% from 255 or 51.00% from 349); Max value from RGB is 178 - color contains mainly: blue. Hex color #7932B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7932B2 is #86CD4D. Grayscale: #555555. Windows color (decimal): -8834382 or 11678329. OLE color: 11678329.

HSL color Cylindrical-coordinate representation of color #7932B2: hue angle of 273.28º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7932B2 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 121 50 178 -
CMYK 0.32 0.72 0 0.30
HSL 273.28º 0.56% 0.45% -
HSV(B) 273.28º 0.72% 0.7% -
XYZ 17.06 9.56 43.07 -
YUV 85.82 180.02 153.09 -
System Red Green Blue C M Y K H S L
Decimal 121 50 178 0.32 0.72 0 0.30 273.28 0.56 0.45
Hex 79 32 B2 20 48 0 1E 111 38 2D
Octal 171 62 262 40 110 0 36 421 70 55
Binary 1111001 110010 10110010 100000 1001000 0 11110 100010001 111000 101101

Color Harmonies of #7932B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7932B2

Black with #7932B2

Text Example


Text Example

White with #7932B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7932B2; }

 p { color: rgb(121,50,178); }

 H1.HeaderClassName
 {
   color: #7932B2;
 }
 .AnyTagClassName
 {
   color: #7932B2;
 }
</style>

background-color css

<style>
 a { background-color: #7932B2; }

 a { background-color: rgb(121,50,178); }

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

border-color css

<style>
 span { border-color: #7932B2; }

 span { border-color: rgb(121,50,178); }

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