Html Css Color HEX #7934A7 Royal Purple

📋 copy color: '#7934A7'

red 121 ◦ green 52 ◦ blue 167

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

Shades of Royal Purple #7934A7

Tints of Royal Purple #7934A7

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.29%

 BLUE value IS 167 (65.63% from 255) = 49.12%

R = 35.59%
G = 15.29%
B = 49.12%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7934A7 (or 0x7934A7) is known color: Royal Purple. HEX triplet: 79, 34 and A7. RGB value is (121,52,167). Sum of RGB (Red+Green+Blue) = 121+52+167=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 167 (65.62% from 255 or 49.12% from 340); Max value from RGB is 167 - color contains mainly: blue. Hex color #7934A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7934A7 is #86CB58. Grayscale: #555555. Windows color (decimal): -8833881 or 10957945. OLE color: 10957945.

HSL color Cylindrical-coordinate representation of color #7934A7: hue angle of 276º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7934A7 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 121 52 167 -
CMYK 0.28 0.69 0 0.35
HSL 276º 0.53% 0.43% -
HSV(B) 276º 0.69% 0.65% -
XYZ 16.09 9.31 37.51 -
YUV 85.74 173.86 153.15 -
System Red Green Blue C M Y K H S L
Decimal 121 52 167 0.28 0.69 0 0.35 276 0.53 0.43
Hex 79 34 A7 1C 45 0 23 114 35 2B
Octal 171 64 247 34 105 0 43 424 65 53
Binary 1111001 110100 10100111 11100 1000101 0 100011 100010100 110101 101011

Color Harmonies of #7934A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7934A7

Black with #7934A7

Text Example


Text Example

White with #7934A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7934A7; }

 p { color: rgb(121,52,167); }

 H1.HeaderClassName
 {
   color: #7934A7;
 }
 .AnyTagClassName
 {
   color: #7934A7;
 }
</style>

background-color css

<style>
 a { background-color: #7934A7; }

 a { background-color: rgb(121,52,167); }

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

border-color css

<style>
 span { border-color: #7934A7; }

 span { border-color: rgb(121,52,167); }

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