#71509C

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

Shades of Studio #71509C

Tints of Studio #71509C

Color information

#71509C (or 0x71509C) is unknown color: approx Studio. HEX triplet: 71, 50 and 9C. RGB value is (113,80,156). Sum of RGB (Red+Green+Blue) = 113+80+156=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #71509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71509C is #8EAF63. Grayscale: #626262. Windows color (decimal): -9351012 or 10244209. OLE color: 10244209.

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

Color convert

RGB11380156-
CMYK0.280.4900.39
HSL266.05º32.2%46.27%-
HSV(B)266.05º48.72%61.18%-
XYZ15.6811.6532.87-
YUV98.53160.43138.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.38%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 156 (61.33% from 255) = 44.70%
R=32.38%
G=22.92%
B=44.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113801560.280.4900.39266.0532.246.27
Hex71509C1C3102710a202e
Octal16112023434610474124056
Binary1110001101000010011100111001100010100111100001010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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