#71469B

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

Shades of Studio #71469B

Tints of Studio #71469B

Color information

#71469B (or 0x71469B) is unknown color: approx Studio. HEX triplet: 71, 46 and 9B. RGB value is (113,70,155). Sum of RGB (Red+Green+Blue) = 113+70+155=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #71469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71469B is #8EB964. Grayscale: #5C5C5C. Windows color (decimal): -9353573 or 10176113. OLE color: 10176113.

HSL color Cylindrical-coordinate representation of color #71469B: hue angle of 270.35º 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 #71469B is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11370155-
CMYK0.270.5500.39
HSL270.35º37.78%44.12%-
HSV(B)270.35º54.84%60.78%-
XYZ14.9210.2632.2-
YUV92.55163.25142.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 70 (27.73% from 255) = 20.71%
BLUE value IS 155 (60.94% from 255) = 45.86%
R=33.43%
G=20.71%
B=45.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113701550.270.5500.39270.3537.7844.12
Hex71469B1B3702710e262c
Octal16110623333670474164654
Binary1110001100011010011011110111101110100111100001110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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