Html Css Color HEX #7933B2 Royal Purple

📋 copy color: '#7933B2'

red 121 ◦ green 51 ◦ blue 178

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

Shades of Royal Purple #7933B2

Tints of Royal Purple #7933B2

RGB

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

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

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

R = 34.57%
G = 14.57%
B = 50.86%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7933B2 (or 0x7933B2) is known color: Royal Purple. HEX triplet: 79, 33 and B2. RGB value is (121,51,178). Sum of RGB (Red+Green+Blue) = 121+51+178=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 178 (69.92% from 255 or 50.86% from 350); Max value from RGB is 178 - color contains mainly: blue. Hex color #7933B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7933B2 is #86CC4D. Grayscale: #555555. Windows color (decimal): -8834126 or 11678585. OLE color: 11678585.

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

Color convert

RGB 121 51 178 -
CMYK 0.32 0.71 0 0.30
HSL 273.07º 0.55% 0.45% -
HSV(B) 273.07º 0.71% 0.7% -
XYZ 17.1 9.65 43.08 -
YUV 86.41 179.69 152.67 -
System Red Green Blue C M Y K H S L
Decimal 121 51 178 0.32 0.71 0 0.30 273.07 0.55 0.45
Hex 79 33 B2 20 47 0 1E 111 37 2D
Octal 171 63 262 40 107 0 36 421 67 55
Binary 1111001 110011 10110010 100000 1000111 0 11110 100010001 110111 101101

Color Harmonies of #7933B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7933B2

Black with #7933B2

Text Example


Text Example

White with #7933B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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