#71469C

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

Shades of Studio #71469C

Tints of Studio #71469C

Color information

#71469C (or 0x71469C) is unknown color: approx Studio. HEX triplet: 71, 46 and 9C. RGB value is (113,70,156). Sum of RGB (Red+Green+Blue) = 113+70+156=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #71469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71469C is #8EB963. Grayscale: #5C5C5C. Windows color (decimal): -9353572 or 10241649. OLE color: 10241649.

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

Color convert

RGB11370156-
CMYK0.280.5500.39
HSL270º38.05%44.31%-
HSV(B)270º55.13%61.18%-
XYZ1510.2932.65-
YUV92.66163.75142.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 70 (27.73% from 255) = 20.65%
BLUE value IS 156 (61.33% from 255) = 46.02%
R=33.33%
G=20.65%
B=46.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113701560.280.5500.3927038.0544.31
Hex71469C1C3702710e262c
Octal16110623434670474164654
Binary1110001100011010011100111001101110100111100001110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71469C; }

 p { color: rgb(113,70,156); }

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

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

 a { background-color: rgb(113,70,156); }

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

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

 span { border-color: rgb(113,70,156); }

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