Html Css Color HEX #7933AB Royal Purple

📋 copy color: '#7933AB'

red 121 ◦ green 51 ◦ blue 171

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

Shades of Royal Purple #7933AB

Tints of Royal Purple #7933AB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.87%

 BLUE value IS 171 (67.19% from 255) = 49.85%

R = 35.28%
G = 14.87%
B = 49.85%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7933AB (or 0x7933AB) is known color: Royal Purple. HEX triplet: 79, 33 and AB. RGB value is (121,51,171). Sum of RGB (Red+Green+Blue) = 121+51+171=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #7933AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7933AB is #86CC54. Grayscale: #555555. Windows color (decimal): -8834133 or 11219833. OLE color: 11219833.

HSL color Cylindrical-coordinate representation of color #7933AB: hue angle of 275º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7933AB is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 51 171 -
CMYK 0.29 0.70 0 0.33
HSL 275º 0.54% 0.44% -
HSV(B) 275º 0.7% 0.67% -
XYZ 16.42 9.37 39.47 -
YUV 85.61 176.19 153.24 -
System Red Green Blue C M Y K H S L
Decimal 121 51 171 0.29 0.70 0 0.33 275 0.54 0.44
Hex 79 33 AB 1D 46 0 21 113 36 2C
Octal 171 63 253 35 106 0 41 423 66 54
Binary 1111001 110011 10101011 11101 1000110 0 100001 100010011 110110 101100

Color Harmonies of #7933AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7933AB

Black with #7933AB

Text Example


Text Example

White with #7933AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7933AB; }

 p { color: rgb(121,51,171); }

 H1.HeaderClassName
 {
   color: #7933AB;
 }
 .AnyTagClassName
 {
   color: #7933AB;
 }
</style>

background-color css

<style>
 a { background-color: #7933AB; }

 a { background-color: rgb(121,51,171); }

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

border-color css

<style>
 span { border-color: #7933AB; }

 span { border-color: rgb(121,51,171); }

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