#76369B

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

Shades of Royal Purple #76369B

Tints of Royal Purple #76369B

Color information

#76369B (or 0x76369B) is unknown color: approx Royal Purple. HEX triplet: 76, 36 and 9B. RGB value is (118,54,155). Sum of RGB (Red+Green+Blue) = 118+54+155=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #76369B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76369B is #89C964. Grayscale: #545454. Windows color (decimal): -9029989 or 10172022. OLE color: 10172022.

HSL color Cylindrical-coordinate representation of color #76369B: hue angle of 278.02º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76369B is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11854155-
CMYK0.240.6500.39
HSL278.02º48.33%40.98%-
HSV(B)278.02º65.16%60.78%-
XYZ14.718.8631.94-
YUV84.65167.7151.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 54 (21.48% from 255) = 16.51%
BLUE value IS 155 (60.94% from 255) = 47.40%
R=36.09%
G=16.51%
B=47.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118541550.240.6500.39278.0248.3340.98
Hex76369B18410271163029
Octal16666233301010474266051
Binary1110110110110100110111100010000010100111100010110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76369B; }

 p { color: rgb(118,54,155); }

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

<style>
 a { background-color: #76369B; }

 a { background-color: rgb(118,54,155); }

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

<style>
 span { border-color: #76369B; }

 span { border-color: rgb(118,54,155); }

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