Html Css Color HEX #71569D Studio

📋 copy color: '#71569D'

red 113 ◦ green 86 ◦ blue 157

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

Shades of Studio #71569D

Tints of Studio #71569D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.16%

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

R = 31.74%
G = 24.16%
B = 44.1%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71569D (or 0x71569D) is known color: Studio. HEX triplet: 71, 56 and 9D. RGB value is (113,86,157). Sum of RGB (Red+Green+Blue) = 113+86+157=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #71569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71569D is #8EA962. Grayscale: #656565. Windows color (decimal): -9349475 or 10311281. OLE color: 10311281.

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

Color convert

RGB 113 86 157 -
CMYK 0.28 0.45 0 0.38
HSL 262.82º 0.29% 0.48% -
HSV(B) 262.82º 0.45% 0.62% -
XYZ 16.22 12.6 33.48 -
YUV 102.17 158.95 135.73 -
System Red Green Blue C M Y K H S L
Decimal 113 86 157 0.28 0.45 0 0.38 262.82 0.29 0.48
Hex 71 56 9D 1C 2D 0 26 107 1D 30
Octal 161 126 235 34 55 0 46 407 35 60
Binary 1110001 1010110 10011101 11100 101101 0 100110 100000111 11101 110000

Color Harmonies of #71569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71569D

Black with #71569D

Text Example


Text Example

White with #71569D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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