Html Css Color HEX #71589B Studio

📋 copy color: '#71589B'

red 113 ◦ green 88 ◦ blue 155

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

Shades of Studio #71589B

Tints of Studio #71589B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.54%

R = 31.74%
G = 24.72%
B = 43.54%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71589B (or 0x71589B) is known color: Studio. HEX triplet: 71, 58 and 9B. RGB value is (113,88,155). Sum of RGB (Red+Green+Blue) = 113+88+155=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #71589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71589B is #8EA764. Grayscale: #666666. Windows color (decimal): -9348965 or 10180721. OLE color: 10180721.

HSL color Cylindrical-coordinate representation of color #71589B: hue angle of 262.39º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71589B is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 88 155 -
CMYK 0.27 0.43 0 0.39
HSL 262.39º 0.28% 0.48% -
HSV(B) 262.39º 0.43% 0.61% -
XYZ 16.22 12.86 32.64 -
YUV 103.11 157.28 135.05 -
System Red Green Blue C M Y K H S L
Decimal 113 88 155 0.27 0.43 0 0.39 262.39 0.28 0.48
Hex 71 58 9B 1B 2B 0 27 106 1C 30
Octal 161 130 233 33 53 0 47 406 34 60
Binary 1110001 1011000 10011011 11011 101011 0 100111 100000110 11100 110000

Color Harmonies of #71589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71589B

Black with #71589B

Text Example


Text Example

White with #71589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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