Html Css Color HEX #71479F Studio

📋 copy color: '#71479F'

red 113 ◦ green 71 ◦ blue 159

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

Shades of Studio #71479F

Tints of Studio #71479F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.36%

R = 32.94%
G = 20.7%
B = 46.36%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71479F (or 0x71479F) is known color: Studio. HEX triplet: 71, 47 and 9F. RGB value is (113,71,159). Sum of RGB (Red+Green+Blue) = 113+71+159=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #71479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71479F is #8EB860. Grayscale: #5D5D5D. Windows color (decimal): -9353313 or 10438513. OLE color: 10438513.

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

Color convert

RGB 113 71 159 -
CMYK 0.29 0.55 0 0.38
HSL 268.64º 0.38% 0.45% -
HSV(B) 268.64º 0.55% 0.62% -
XYZ 15.32 10.52 34.02 -
YUV 93.59 164.91 141.84 -
System Red Green Blue C M Y K H S L
Decimal 113 71 159 0.29 0.55 0 0.38 268.64 0.38 0.45
Hex 71 47 9F 1D 37 0 26 10D 26 2D
Octal 161 107 237 35 67 0 46 415 46 55
Binary 1110001 1000111 10011111 11101 110111 0 100110 100001101 100110 101101

Color Harmonies of #71479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71479F

Black with #71479F

Text Example


Text Example

White with #71479F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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