Html Css Color HEX #71589F Studio

📋 copy color: '#71589F'

red 113 ◦ green 88 ◦ blue 159

#71589F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #71589F

Tints of Studio #71589F

RGB

 RED value IS 113 (44.53% from 255) = 31.39%

 GREEN value IS 88 (34.77% from 255) = 24.44%

 BLUE value IS 159 (62.5% from 255) = 44.17%

R = 31.39%
G = 24.44%
B = 44.17%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71589F (or 0x71589F) is known color: Studio. HEX triplet: 71, 58 and 9F. RGB value is (113,88,159). Sum of RGB (Red+Green+Blue) = 113+88+159=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #71589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71589F is #8EA760. Grayscale: #676767. Windows color (decimal): -9348961 or 10442865. OLE color: 10442865.

HSL color Cylindrical-coordinate representation of color #71589F: hue angle of 261.13º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71589F is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 88 159 -
CMYK 0.29 0.45 0 0.38
HSL 261.13º 0.29% 0.48% -
HSV(B) 261.13º 0.45% 0.62% -
XYZ 16.56 12.99 34.44 -
YUV 103.57 159.28 134.73 -
System Red Green Blue C M Y K H S L
Decimal 113 88 159 0.29 0.45 0 0.38 261.13 0.29 0.48
Hex 71 58 9F 1D 2D 0 26 105 1D 30
Octal 161 130 237 35 55 0 46 405 35 60
Binary 1110001 1011000 10011111 11101 101101 0 100110 100000101 11101 110000

Color Harmonies of #71589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71589F

Black with #71589F

Text Example


Text Example

White with #71589F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71589F; }

 p { color: rgb(113,88,159); }

 H1.HeaderClassName
 {
   color: #71589F;
 }
 .AnyTagClassName
 {
   color: #71589F;
 }
</style>

background-color css

<style>
 a { background-color: #71589F; }

 a { background-color: rgb(113,88,159); }

 div.DivClassName
 {
   background-color: #71589F;
 }
 .BgClassName
 {
   background-color: #71589F;
 }
</style>

border-color css

<style>
 span { border-color: #71589F; }

 span { border-color: rgb(113,88,159); }

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