#71459D

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

Shades of Studio #71459D

Tints of Studio #71459D

Color information

#71459D (or 0x71459D) is unknown color: approx Studio. HEX triplet: 71, 45 and 9D. RGB value is (113,69,157). Sum of RGB (Red+Green+Blue) = 113+69+157=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #71459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71459D is #8EBA62. Grayscale: #5B5B5B. Windows color (decimal): -9353827 or 10306929. OLE color: 10306929.

HSL color Cylindrical-coordinate representation of color #71459D: hue angle of 270º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71459D is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11369157-
CMYK0.280.5600.38
HSL270º38.94%44.31%-
HSV(B)270º56.05%61.57%-
XYZ15.0210.233.08-
YUV92.19164.58142.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 69 (27.34% from 255) = 20.35%
BLUE value IS 157 (61.72% from 255) = 46.31%
R=33.33%
G=20.35%
B=46.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113691570.280.5600.3827038.9444.31
Hex71459D1C3802610e272c
Octal16110523534700464164754
Binary1110001100010110011101111001110000100110100001110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71459D; }

 p { color: rgb(113,69,157); }

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

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

 a { background-color: rgb(113,69,157); }

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

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

 span { border-color: rgb(113,69,157); }

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