#74026B

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

Shades of Purple #74026B

Tints of Purple #74026B

Color information

#74026B (or 0x74026B) is unknown color: approx Purple. HEX triplet: 74, 02 and 6B. RGB value is (116,2,107). Sum of RGB (Red+Green+Blue) = 116+2+107=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #74026B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74026B is #8BFD94. Grayscale: #2F2F2F. Windows color (decimal): -9174421 or 7012980. OLE color: 7012980.

HSL color Cylindrical-coordinate representation of color #74026B: hue angle of 304.74º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74026B is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB1162107-
CMYK00.980.080.55
HSL304.74º96.61%23.14%-
HSV(B)304.74º98.28%45.49%-
XYZ9.884.8214.32-
YUV48.06161.27176.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.56%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 107 (42.19% from 255) = 47.56%
R=51.56%
G=0.89%
B=47.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116210700.980.080.55304.7496.6123.14
Hex7426B0628371316117
Octal16421530142106746114127
Binary1110100101101011011000101000110111100110001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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