#74147B

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

Shades of Purple #74147B

Tints of Purple #74147B

Color information

#74147B (or 0x74147B) is unknown color: approx Purple. HEX triplet: 74, 14 and 7B. RGB value is (116,20,123). Sum of RGB (Red+Green+Blue) = 116+20+123=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #74147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74147B is #8BEB84. Grayscale: #3C3C3C. Windows color (decimal): -9169797 or 8066164. OLE color: 8066164.

HSL color Cylindrical-coordinate representation of color #74147B: hue angle of 295.92º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74147B is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11620123-
CMYK0.060.8400.52
HSL295.92º72.03%28.04%-
HSV(B)295.92º83.74%48.24%-
XYZ11.035.6419.25-
YUV60.45163.3167.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.79%
GREEN value IS 20 (8.20% from 255) = 7.72%
BLUE value IS 123 (48.44% from 255) = 47.49%
R=44.79%
G=7.72%
B=47.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116201230.060.8400.52295.9272.0328.04
Hex74147B654034128481c
Octal16424173612406445011034
Binary111010010100111101111010101000110100100101000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,20,123); }

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

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

 a { background-color: rgb(116,20,123); }

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

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

 span { border-color: rgb(116,20,123); }

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