#7043AF

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

Shades of Studio #7043AF

Tints of Studio #7043AF

Color information

#7043AF (or 0x7043AF) is unknown color: approx Studio. HEX triplet: 70, 43 and AF. RGB value is (112,67,175). Sum of RGB (Red+Green+Blue) = 112+67+175=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #7043AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7043AF is #8FBC50. Grayscale: #5C5C5C. Windows color (decimal): -9419857 or 11486064. OLE color: 11486064.

HSL color Cylindrical-coordinate representation of color #7043AF: hue angle of 265º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7043AF is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11267175-
CMYK0.360.6200.31
HSL265º44.63%47.45%-
HSV(B)265º61.71%68.63%-
XYZ16.4310.5541.73-
YUV92.77174.41141.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.64%
GREEN value IS 67 (26.56% from 255) = 18.93%
BLUE value IS 175 (68.75% from 255) = 49.44%
R=31.64%
G=18.93%
B=49.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112671750.360.6200.3126544.6347.45
Hex7043AF243E01F1092d2f
Octal16010325744760374115557
Binary1110000100001110101111100100111110011111100001001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7043AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7043AF; }

 p { color: rgb(112,67,175); }

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

<style>
 a { background-color: #7043AF; }

 a { background-color: rgb(112,67,175); }

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

<style>
 span { border-color: #7043AF; }

 span { border-color: rgb(112,67,175); }

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