#715292

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

Shades of Studio #715292

Tints of Studio #715292

Color information

#715292 (or 0x715292) is unknown color: approx Studio. HEX triplet: 71, 52 and 92. RGB value is (113,82,146). Sum of RGB (Red+Green+Blue) = 113+82+146=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #715292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715292 is #8EAD6D. Grayscale: #626262. Windows color (decimal): -9350510 or 9589361. OLE color: 9589361.

HSL color Cylindrical-coordinate representation of color #715292: hue angle of 269.06º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #715292 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11382146-
CMYK0.230.4400.43
HSL269.06º28.07%44.71%-
HSV(B)269.06º43.84%57.25%-
XYZ15.0211.6228.65-
YUV98.56154.77138.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 82 (32.42% from 255) = 24.05%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=33.14%
G=24.05%
B=42.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113821460.230.4400.43269.0628.0744.71
Hex715292172C02B10d1c2d
Octal16112222227540534153455
Binary111000110100101001001010111101100010101110000110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715292; }

 p { color: rgb(113,82,146); }

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

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

 a { background-color: rgb(113,82,146); }

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

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

 span { border-color: rgb(113,82,146); }

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