#7243AF

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

Shades of Studio #7243AF

Tints of Studio #7243AF

Color information

#7243AF (or 0x7243AF) is unknown color: approx Studio. HEX triplet: 72, 43 and AF. RGB value is (114,67,175). Sum of RGB (Red+Green+Blue) = 114+67+175=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #7243AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7243AF is #8DBC50. Grayscale: #5C5C5C. Windows color (decimal): -9288785 or 11486066. OLE color: 11486066.

HSL color Cylindrical-coordinate representation of color #7243AF: hue angle of 266.11º 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 #7243AF is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11467175-
CMYK0.350.6200.31
HSL266.11º44.63%47.45%-
HSV(B)266.11º61.71%68.63%-
XYZ16.6810.6941.74-
YUV93.36174.07142.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.02%
GREEN value IS 67 (26.56% from 255) = 18.82%
BLUE value IS 175 (68.75% from 255) = 49.16%
R=32.02%
G=18.82%
B=49.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114671750.350.6200.31266.1144.6347.45
Hex7243AF233E01F10a2d2f
Octal16210325743760374125557
Binary1110010100001110101111100011111110011111100001010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7243AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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