#74379C

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

Shades of Royal Purple #74379C

Tints of Royal Purple #74379C

Color information

#74379C (or 0x74379C) is unknown color: approx Royal Purple. HEX triplet: 74, 37 and 9C. RGB value is (116,55,156). Sum of RGB (Red+Green+Blue) = 116+55+156=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #74379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74379C is #8BC863. Grayscale: #545454. Windows color (decimal): -9160804 or 10237812. OLE color: 10237812.

HSL color Cylindrical-coordinate representation of color #74379C: hue angle of 276.24º 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 #74379C is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11655156-
CMYK0.260.6500.39
HSL276.24º47.87%41.37%-
HSV(B)276.24º64.74%61.18%-
XYZ14.578.8532.39-
YUV84.75168.21150.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.47%
GREEN value IS 55 (21.88% from 255) = 16.82%
BLUE value IS 156 (61.33% from 255) = 47.71%
R=35.47%
G=16.82%
B=47.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116551560.260.6500.39276.2447.8741.37
Hex74379C1A410271143029
Octal16467234321010474246051
Binary1110100110111100111001101010000010100111100010100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74379C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74379C; }

 p { color: rgb(116,55,156); }

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

<style>
 a { background-color: #74379C; }

 a { background-color: rgb(116,55,156); }

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

<style>
 span { border-color: #74379C; }

 span { border-color: rgb(116,55,156); }

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