Html Css Color HEX #71479A Studio

📋 copy color: '#71479A'

red 113 ◦ green 71 ◦ blue 154

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

Shades of Studio #71479A

Tints of Studio #71479A

RGB

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

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

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

R = 33.43%
G = 21.01%
B = 45.56%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#71479A (or 0x71479A) is known color: Studio. HEX triplet: 71, 47 and 9A. RGB value is (113,71,154). Sum of RGB (Red+Green+Blue) = 113+71+154=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #71479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71479A is #8EB865. Grayscale: #5C5C5C. Windows color (decimal): -9353318 or 10110833. OLE color: 10110833.

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

Color convert

RGB 113 71 154 -
CMYK 0.27 0.54 0 0.40
HSL 270.36º 0.37% 0.44% -
HSV(B) 270.36º 0.54% 0.6% -
XYZ 14.9 10.35 31.78 -
YUV 93.02 162.41 142.25 -
System Red Green Blue C M Y K H S L
Decimal 113 71 154 0.27 0.54 0 0.40 270.36 0.37 0.44
Hex 71 47 9A 1B 36 0 28 10E 25 2C
Octal 161 107 232 33 66 0 50 416 45 54
Binary 1110001 1000111 10011010 11011 110110 0 101000 100001110 100101 101100

Color Harmonies of #71479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71479A

Black with #71479A

Text Example


Text Example

White with #71479A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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