#7830B1

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

Shades of Royal Purple #7830B1

Tints of Royal Purple #7830B1

Color information

#7830B1 (or 0x7830B1) is unknown color: approx Royal Purple. HEX triplet: 78, 30 and B1. RGB value is (120,48,177). Sum of RGB (Red+Green+Blue) = 120+48+177=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 177 (69.53% from 255 or 51.30% from 345); Max value from RGB is 177 - color contains mainly: blue. Hex color #7830B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7830B1 is #87CF4E. Grayscale: #535353. Windows color (decimal): -8900431 or 11612280. OLE color: 11612280.

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

Color convert

RGB12048177-
CMYK0.320.7300.31
HSL273.49º57.33%44.12%-
HSV(B)273.49º72.88%69.41%-
XYZ16.749.2842.5-
YUV84.23180.35153.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.78%
GREEN value IS 48 (19.14% from 255) = 13.91%
BLUE value IS 177 (69.53% from 255) = 51.30%
R=34.78%
G=13.91%
B=51.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120481770.320.7300.31273.4957.3344.12
Hex7830B1204901F111392c
Octal17060261401110374217154
Binary1111000110000101100011000001001001011111100010001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7830B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,48,177); }

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

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

 a { background-color: rgb(120,48,177); }

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

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

 span { border-color: rgb(120,48,177); }

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