#7242A4

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

Shades of Studio #7242A4

Tints of Studio #7242A4

Color information

#7242A4 (or 0x7242A4) is unknown color: approx Studio. HEX triplet: 72, 42 and A4. RGB value is (114,66,164). Sum of RGB (Red+Green+Blue) = 114+66+164=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 164 - color contains mainly: blue. Hex color #7242A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7242A4 is #8DBD5B. Grayscale: #5B5B5B. Windows color (decimal): -9289052 or 10764914. OLE color: 10764914.

HSL color Cylindrical-coordinate representation of color #7242A4: hue angle of 269.39º 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 #7242A4 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11466164-
CMYK0.300.6000.36
HSL269.39º42.61%45.1%-
HSV(B)269.39º59.76%64.31%-
XYZ15.5910.1536.26-
YUV91.52168.9144.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.14%
GREEN value IS 66 (26.17% from 255) = 19.19%
BLUE value IS 164 (64.45% from 255) = 47.67%
R=33.14%
G=19.19%
B=47.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal114661640.300.6000.36269.3942.6145.1
Hex7242A41E3C02410d2b2d
Octal16210224436740444155355
Binary1110010100001010100100111101111000100100100001101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7242A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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