Html Css Color HEX #7934B1 Royal Purple

📋 copy color: '#7934B1'

red 121 ◦ green 52 ◦ blue 177

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

Shades of Royal Purple #7934B1

Tints of Royal Purple #7934B1

RGB

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

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

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

R = 34.57%
G = 14.86%
B = 50.57%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7934B1 (or 0x7934B1) is known color: Royal Purple. HEX triplet: 79, 34 and B1. RGB value is (121,52,177). Sum of RGB (Red+Green+Blue) = 121+52+177=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 177 (69.53% from 255 or 50.57% from 350); Max value from RGB is 177 - color contains mainly: blue. Hex color #7934B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7934B1 is #86CB4E. Grayscale: #565656. Windows color (decimal): -8833871 or 11613305. OLE color: 11613305.

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

Color convert

RGB 121 52 177 -
CMYK 0.32 0.71 0 0.31
HSL 273.12º 0.55% 0.45% -
HSV(B) 273.12º 0.71% 0.69% -
XYZ 17.05 9.7 42.57 -
YUV 86.88 178.86 152.34 -
System Red Green Blue C M Y K H S L
Decimal 121 52 177 0.32 0.71 0 0.31 273.12 0.55 0.45
Hex 79 34 B1 20 47 0 1F 111 37 2D
Octal 171 64 261 40 107 0 37 421 67 55
Binary 1111001 110100 10110001 100000 1000111 0 11111 100010001 110111 101101

Color Harmonies of #7934B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7934B1

Black with #7934B1

Text Example


Text Example

White with #7934B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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