#7442A4

Color #7442A4 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7442A4

Tints of Studio #7442A4

Color information

#7442A4 (or 0x7442A4) is unknown color: approx Studio. HEX triplet: 74, 42 and A4. RGB value is (116,66,164). Sum of RGB (Red+Green+Blue) = 116+66+164=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 164 (64.45% from 255 or 47.40% from 346); Max value from RGB is 164 - color contains mainly: blue. Hex color #7442A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7442A4 is #8BBD5B. Grayscale: #5B5B5B. Windows color (decimal): -9157980 or 10764916. OLE color: 10764916.

HSL color Cylindrical-coordinate representation of color #7442A4: hue angle of 270.61º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7442A4 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11666164-
CMYK0.290.6000.36
HSL270.61º42.61%45.1%-
HSV(B)270.61º59.76%64.31%-
XYZ15.8510.2936.27-
YUV92.12168.56145.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 66 (26.17% from 255) = 19.08%
BLUE value IS 164 (64.45% from 255) = 47.40%
R=33.53%
G=19.08%
B=47.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116661640.290.6000.36270.6142.6145.1
Hex7442A41D3C02410f2b2d
Octal16410224435740444175355
Binary1110100100001010100100111011111000100100100001111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7442A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7442A4; }

 p { color: rgb(116,66,164); }

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

<style>
 a { background-color: #7442A4; }

 a { background-color: rgb(116,66,164); }

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

<style>
 span { border-color: #7442A4; }

 span { border-color: rgb(116,66,164); }

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