#74027B

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

Shades of Purple #74027B

Tints of Purple #74027B

Color information

#74027B (or 0x74027B) is unknown color: approx Purple. HEX triplet: 74, 02 and 7B. RGB value is (116,2,123). Sum of RGB (Red+Green+Blue) = 116+2+123=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #74027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74027B is #8BFD84. Grayscale: #313131. Windows color (decimal): -9174405 or 8061556. OLE color: 8061556.

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

Color convert

RGB1162123-
CMYK0.060.9800.52
HSL296.53º96.8%24.51%-
HSV(B)296.53º98.37%48.24%-
XYZ10.85.1919.17-
YUV49.88169.27175.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.13%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 123 (48.44% from 255) = 51.04%
R=48.13%
G=0.83%
B=51.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11621230.060.9800.52296.5396.824.51
Hex7427B6620341296119
Octal1642173614206445114131
Binary111010010111101111011000100110100100101001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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