Html Css Color HEX #71569B Studio

📋 copy color: '#71569B'

red 113 ◦ green 86 ◦ blue 155

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

Shades of Studio #71569B

Tints of Studio #71569B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.79%

R = 31.92%
G = 24.29%
B = 43.79%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71569B (or 0x71569B) is known color: Studio. HEX triplet: 71, 56 and 9B. RGB value is (113,86,155). Sum of RGB (Red+Green+Blue) = 113+86+155=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #71569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71569B is #8EA964. Grayscale: #656565. Windows color (decimal): -9349477 or 10180209. OLE color: 10180209.

HSL color Cylindrical-coordinate representation of color #71569B: hue angle of 263.48º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71569B is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 86 155 -
CMYK 0.27 0.45 0 0.39
HSL 263.48º 0.29% 0.47% -
HSV(B) 263.48º 0.45% 0.61% -
XYZ 16.05 12.53 32.58 -
YUV 101.94 157.95 135.89 -
System Red Green Blue C M Y K H S L
Decimal 113 86 155 0.27 0.45 0 0.39 263.48 0.29 0.47
Hex 71 56 9B 1B 2D 0 27 107 1D 2F
Octal 161 126 233 33 55 0 47 407 35 57
Binary 1110001 1010110 10011011 11011 101101 0 100111 100000111 11101 101111

Color Harmonies of #71569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71569B

Black with #71569B

Text Example


Text Example

White with #71569B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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