Html Css Color HEX #71499D Studio

📋 copy color: '#71499D'

red 113 ◦ green 73 ◦ blue 157

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

Shades of Studio #71499D

Tints of Studio #71499D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.28%

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

R = 32.94%
G = 21.28%
B = 45.77%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71499D (or 0x71499D) is known color: Studio. HEX triplet: 71, 49 and 9D. RGB value is (113,73,157). Sum of RGB (Red+Green+Blue) = 113+73+157=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #71499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71499D is #8EB662. Grayscale: #5E5E5E. Windows color (decimal): -9352803 or 10307953. OLE color: 10307953.

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

Color convert

RGB 113 73 157 -
CMYK 0.28 0.54 0 0.38
HSL 268.57º 0.37% 0.45% -
HSV(B) 268.57º 0.54% 0.62% -
XYZ 15.28 10.71 33.16 -
YUV 94.54 163.25 141.17 -
System Red Green Blue C M Y K H S L
Decimal 113 73 157 0.28 0.54 0 0.38 268.57 0.37 0.45
Hex 71 49 9D 1C 36 0 26 10D 25 2D
Octal 161 111 235 34 66 0 46 415 45 55
Binary 1110001 1001001 10011101 11100 110110 0 100110 100001101 100101 101101

Color Harmonies of #71499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71499D

Black with #71499D

Text Example


Text Example

White with #71499D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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