Html Css Color HEX #71529D Studio

📋 copy color: '#71529D'

red 113 ◦ green 82 ◦ blue 157

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

Shades of Studio #71529D

Tints of Studio #71529D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.3%

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

R = 32.1%
G = 23.3%
B = 44.6%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71529D (or 0x71529D) is known color: Studio. HEX triplet: 71, 52 and 9D. RGB value is (113,82,157). Sum of RGB (Red+Green+Blue) = 113+82+157=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #71529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71529D is #8EAD62. Grayscale: #636363. Windows color (decimal): -9350499 or 10310257. OLE color: 10310257.

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

Color convert

RGB 113 82 157 -
CMYK 0.28 0.48 0 0.38
HSL 264.8º 0.31% 0.47% -
HSV(B) 264.8º 0.48% 0.62% -
XYZ 15.91 11.98 33.37 -
YUV 99.82 160.27 137.4 -
System Red Green Blue C M Y K H S L
Decimal 113 82 157 0.28 0.48 0 0.38 264.8 0.31 0.47
Hex 71 52 9D 1C 30 0 26 109 1F 2F
Octal 161 122 235 34 60 0 46 411 37 57
Binary 1110001 1010010 10011101 11100 110000 0 100110 100001001 11111 101111

Color Harmonies of #71529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71529D

Black with #71529D

Text Example


Text Example

White with #71529D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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