Html Css Color HEX #7938AA Royal Purple

📋 copy color: '#7938AA'

red 121 ◦ green 56 ◦ blue 170

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

Shades of Royal Purple #7938AA

Tints of Royal Purple #7938AA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.14%

 BLUE value IS 170 (66.8% from 255) = 48.99%

R = 34.87%
G = 16.14%
B = 48.99%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7938AA (or 0x7938AA) is known color: Royal Purple. HEX triplet: 79, 38 and AA. RGB value is (121,56,170). Sum of RGB (Red+Green+Blue) = 121+56+170=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #7938AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7938AA is #86C755. Grayscale: #585858. Windows color (decimal): -8832854 or 11155577. OLE color: 11155577.

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

Color convert

RGB 121 56 170 -
CMYK 0.29 0.67 0 0.33
HSL 274.21º 0.5% 0.44% -
HSV(B) 274.21º 0.67% 0.67% -
XYZ 16.56 9.8 39.05 -
YUV 88.43 174.03 151.23 -
System Red Green Blue C M Y K H S L
Decimal 121 56 170 0.29 0.67 0 0.33 274.21 0.5 0.44
Hex 79 38 AA 1D 43 0 21 112 32 2C
Octal 171 70 252 35 103 0 41 422 62 54
Binary 1111001 111000 10101010 11101 1000011 0 100001 100010010 110010 101100

Color Harmonies of #7938AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7938AA

Black with #7938AA

Text Example


Text Example

White with #7938AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7938AA; }

 p { color: rgb(121,56,170); }

 H1.HeaderClassName
 {
   color: #7938AA;
 }
 .AnyTagClassName
 {
   color: #7938AA;
 }
</style>

background-color css

<style>
 a { background-color: #7938AA; }

 a { background-color: rgb(121,56,170); }

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

border-color css

<style>
 span { border-color: #7938AA; }

 span { border-color: rgb(121,56,170); }

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