Html Css Color HEX #71589A Studio

📋 copy color: '#71589A'

red 113 ◦ green 88 ◦ blue 154

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

Shades of Studio #71589A

Tints of Studio #71589A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.38%

R = 31.83%
G = 24.79%
B = 43.38%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#71589A (or 0x71589A) is known color: Studio. HEX triplet: 71, 58 and 9A. RGB value is (113,88,154). Sum of RGB (Red+Green+Blue) = 113+88+154=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 154 - color contains mainly: blue. Hex color #71589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71589A is #8EA765. Grayscale: #666666. Windows color (decimal): -9348966 or 10115185. OLE color: 10115185.

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

Color convert

RGB 113 88 154 -
CMYK 0.27 0.43 0 0.40
HSL 262.73º 0.27% 0.47% -
HSV(B) 262.73º 0.43% 0.6% -
XYZ 16.13 12.82 32.2 -
YUV 103 156.78 135.13 -
System Red Green Blue C M Y K H S L
Decimal 113 88 154 0.27 0.43 0 0.40 262.73 0.27 0.47
Hex 71 58 9A 1B 2B 0 28 107 1B 2F
Octal 161 130 232 33 53 0 50 407 33 57
Binary 1110001 1011000 10011010 11011 101011 0 101000 100000111 11011 101111

Color Harmonies of #71589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71589A

Black with #71589A

Text Example


Text Example

White with #71589A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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