Html Css Color HEX #71479E Studio

📋 copy color: '#71479E'

red 113 ◦ green 71 ◦ blue 158

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

Shades of Studio #71479E

Tints of Studio #71479E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.76%

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

R = 33.04%
G = 20.76%
B = 46.2%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71479E (or 0x71479E) is known color: Studio. HEX triplet: 71, 47 and 9E. RGB value is (113,71,158). Sum of RGB (Red+Green+Blue) = 113+71+158=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 158 - color contains mainly: blue. Hex color #71479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71479E is #8EB861. Grayscale: #5D5D5D. Windows color (decimal): -9353314 or 10372977. OLE color: 10372977.

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

Color convert

RGB 113 71 158 -
CMYK 0.28 0.55 0 0.38
HSL 268.97º 0.38% 0.45% -
HSV(B) 268.97º 0.55% 0.62% -
XYZ 15.23 10.49 33.57 -
YUV 93.48 164.41 141.93 -
System Red Green Blue C M Y K H S L
Decimal 113 71 158 0.28 0.55 0 0.38 268.97 0.38 0.45
Hex 71 47 9E 1C 37 0 26 10D 26 2D
Octal 161 107 236 34 67 0 46 415 46 55
Binary 1110001 1000111 10011110 11100 110111 0 100110 100001101 100110 101101

Color Harmonies of #71479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71479E

Black with #71479E

Text Example


Text Example

White with #71479E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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