Html Css Color HEX #71479C Studio

📋 copy color: '#71479C'

red 113 ◦ green 71 ◦ blue 156

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

Shades of Studio #71479C

Tints of Studio #71479C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.88%

R = 33.24%
G = 20.88%
B = 45.88%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71479C (or 0x71479C) is known color: Studio. HEX triplet: 71, 47 and 9C. RGB value is (113,71,156). Sum of RGB (Red+Green+Blue) = 113+71+156=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #71479C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71479C is #8EB863. Grayscale: #5C5C5C. Windows color (decimal): -9353316 or 10241905. OLE color: 10241905.

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

Color convert

RGB 113 71 156 -
CMYK 0.28 0.54 0 0.39
HSL 269.65º 0.37% 0.45% -
HSV(B) 269.65º 0.54% 0.61% -
XYZ 15.06 10.42 32.67 -
YUV 93.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 113 71 156 0.28 0.54 0 0.39 269.65 0.37 0.45
Hex 71 47 9C 1C 36 0 27 10E 25 2D
Octal 161 107 234 34 66 0 47 416 45 55
Binary 1110001 1000111 10011100 11100 110110 0 100111 100001110 100101 101101

Color Harmonies of #71479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71479C

Black with #71479C

Text Example


Text Example

White with #71479C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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