#71469A

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

Shades of Studio #71469A

Tints of Studio #71469A

Color information

#71469A (or 0x71469A) is unknown color: approx Studio. HEX triplet: 71, 46 and 9A. RGB value is (113,70,154). Sum of RGB (Red+Green+Blue) = 113+70+154=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 154 - color contains mainly: blue. Hex color #71469A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71469A is #8EB965. Grayscale: #5C5C5C. Windows color (decimal): -9353574 or 10110577. OLE color: 10110577.

HSL color Cylindrical-coordinate representation of color #71469A: hue angle of 270.71º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71469A is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11370154-
CMYK0.270.5500.40
HSL270.71º37.5%43.92%-
HSV(B)270.71º54.55%60.39%-
XYZ14.8310.2231.76-
YUV92.43162.75142.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 154 (60.55% from 255) = 45.70%
R=33.53%
G=20.77%
B=45.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113701540.270.5500.40270.7137.543.92
Hex71469A1B3702810f252c
Octal16110623233670504174554
Binary1110001100011010011010110111101110101000100001111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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