#7933B4

Color #7933B4 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #7933B4

Tints of Royal Purple #7933B4

Color information

#7933B4 (or 0x7933B4) is unknown color: approx Royal Purple. HEX triplet: 79, 33 and B4. RGB value is (121,51,180). Sum of RGB (Red+Green+Blue) = 121+51+180=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 180 (70.70% from 255 or 51.14% from 352); Max value from RGB is 180 - color contains mainly: blue. Hex color #7933B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7933B4 is #86CC4B. Grayscale: #565656. Windows color (decimal): -8834124 or 11809657. OLE color: 11809657.

HSL color Cylindrical-coordinate representation of color #7933B4: hue angle of 272.56º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7933B4 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12151180-
CMYK0.330.7200.29
HSL272.56º55.84%45.29%-
HSV(B)272.56º71.67%70.59%-
XYZ17.319.7344.15-
YUV86.64180.69152.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.38%
GREEN value IS 51 (20.31% from 255) = 14.49%
BLUE value IS 180 (70.70% from 255) = 51.14%
R=34.38%
G=14.49%
B=51.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121511800.330.7200.29272.5655.8445.29
Hex7933B4214801D111382d
Octal17163264411100354217055
Binary1111001110011101101001000011001000011101100010001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7933B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7933B4;
 }
 .AnyTagClassName
 {
   color: #7933B4;
 }
</style>
background-color css

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

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

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

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

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

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