#7246B3

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

Shades of Studio #7246B3

Tints of Studio #7246B3

Color information

#7246B3 (or 0x7246B3) is unknown color: approx Studio. HEX triplet: 72, 46 and B3. RGB value is (114,70,179). Sum of RGB (Red+Green+Blue) = 114+70+179=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 179 (70.31% from 255 or 49.31% from 363); Max value from RGB is 179 - color contains mainly: blue. Hex color #7246B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7246B3 is #8DB94C. Grayscale: #5F5F5F. Windows color (decimal): -9288013 or 11748978. OLE color: 11748978.

HSL color Cylindrical-coordinate representation of color #7246B3: hue angle of 264.22º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7246B3 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11470179-
CMYK0.360.6100.30
HSL264.22º43.78%48.82%-
HSV(B)264.22º60.89%70.2%-
XYZ17.2711.2143.9-
YUV95.58175.08141.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.40%
GREEN value IS 70 (27.73% from 255) = 19.28%
BLUE value IS 179 (70.31% from 255) = 49.31%
R=31.40%
G=19.28%
B=49.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal114701790.360.6100.30264.2243.7848.82
Hex7246B3243D01E1082c31
Octal16210626344750364105461
Binary1110010100011010110011100100111101011110100001000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7246B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7246B3; }

 p { color: rgb(114,70,179); }

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

<style>
 a { background-color: #7246B3; }

 a { background-color: rgb(114,70,179); }

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

<style>
 span { border-color: #7246B3; }

 span { border-color: rgb(114,70,179); }

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