Html Css Color HEX #71479D Studio

📋 copy color: '#71479D'

red 113 ◦ green 71 ◦ blue 157

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

Shades of Studio #71479D

Tints of Studio #71479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.04%

R = 33.14%
G = 20.82%
B = 46.04%

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

#71479D (or 0x71479D) is known color: Studio. HEX triplet: 71, 47 and 9D. RGB value is (113,71,157). Sum of RGB (Red+Green+Blue) = 113+71+157=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #71479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71479D is #8EB862. Grayscale: #5D5D5D. Windows color (decimal): -9353315 or 10307441. OLE color: 10307441.

HSL color Cylindrical-coordinate representation of color #71479D: hue angle of 269.3º 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 #71479D is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 71 157 -
CMYK 0.28 0.55 0 0.38
HSL 269.3º 0.38% 0.45% -
HSV(B) 269.3º 0.55% 0.62% -
XYZ 15.15 10.45 33.12 -
YUV 93.36 163.91 142.01 -
System Red Green Blue C M Y K H S L
Decimal 113 71 157 0.28 0.55 0 0.38 269.3 0.38 0.45
Hex 71 47 9D 1C 37 0 26 10D 26 2D
Octal 161 107 235 34 67 0 46 415 46 55
Binary 1110001 1000111 10011101 11100 110111 0 100110 100001101 100110 101101

Color Harmonies of #71479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71479D

Black with #71479D

Text Example


Text Example

White with #71479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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