Html Css Color HEX #71569E Studio

📋 copy color: '#71569E'

red 113 ◦ green 86 ◦ blue 158

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

Shades of Studio #71569E

Tints of Studio #71569E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.26%

R = 31.65%
G = 24.09%
B = 44.26%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71569E (or 0x71569E) is known color: Studio. HEX triplet: 71, 56 and 9E. RGB value is (113,86,158). Sum of RGB (Red+Green+Blue) = 113+86+158=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #71569E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71569E is #8EA961. Grayscale: #666666. Windows color (decimal): -9349474 or 10376817. OLE color: 10376817.

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

Color convert

RGB 113 86 158 -
CMYK 0.28 0.46 0 0.38
HSL 262.5º 0.3% 0.48% -
HSV(B) 262.5º 0.46% 0.62% -
XYZ 16.31 12.63 33.93 -
YUV 102.28 159.45 135.65 -
System Red Green Blue C M Y K H S L
Decimal 113 86 158 0.28 0.46 0 0.38 262.5 0.3 0.48
Hex 71 56 9E 1C 2E 0 26 106 1E 30
Octal 161 126 236 34 56 0 46 406 36 60
Binary 1110001 1010110 10011110 11100 101110 0 100110 100000110 11110 110000

Color Harmonies of #71569E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71569E

Black with #71569E

Text Example


Text Example

White with #71569E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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