Html Css Color HEX #71489E Studio

📋 copy color: '#71489E'

red 113 ◦ green 72 ◦ blue 158

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

Shades of Studio #71489E

Tints of Studio #71489E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.99%

 BLUE value IS 158 (62.11% from 255) = 46.06%

R = 32.94%
G = 20.99%
B = 46.06%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71489E (or 0x71489E) is known color: Studio. HEX triplet: 71, 48 and 9E. RGB value is (113,72,158). Sum of RGB (Red+Green+Blue) = 113+72+158=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #71489E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71489E is #8EB761. Grayscale: #5D5D5D. Windows color (decimal): -9353058 or 10373233. OLE color: 10373233.

HSL color Cylindrical-coordinate representation of color #71489E: hue angle of 268.6º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71489E is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 72 158 -
CMYK 0.28 0.54 0 0.38
HSL 268.6º 0.37% 0.45% -
HSV(B) 268.6º 0.54% 0.62% -
XYZ 15.3 10.61 33.59 -
YUV 94.06 164.08 141.51 -
System Red Green Blue C M Y K H S L
Decimal 113 72 158 0.28 0.54 0 0.38 268.6 0.37 0.45
Hex 71 48 9E 1C 36 0 26 10D 25 2D
Octal 161 110 236 34 66 0 46 415 45 55
Binary 1110001 1001000 10011110 11100 110110 0 100110 100001101 100101 101101

Color Harmonies of #71489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71489E

Black with #71489E

Text Example


Text Example

White with #71489E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71489E; }

 p { color: rgb(113,72,158); }

 H1.HeaderClassName
 {
   color: #71489E;
 }
 .AnyTagClassName
 {
   color: #71489E;
 }
</style>

background-color css

<style>
 a { background-color: #71489E; }

 a { background-color: rgb(113,72,158); }

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

border-color css

<style>
 span { border-color: #71489E; }

 span { border-color: rgb(113,72,158); }

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