Html Css Color HEX #71569A Studio

📋 copy color: '#71569A'

red 113 ◦ green 86 ◦ blue 154

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

Shades of Studio #71569A

Tints of Studio #71569A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.63%

R = 32.01%
G = 24.36%
B = 43.63%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#71569A (or 0x71569A) is known color: Studio. HEX triplet: 71, 56 and 9A. RGB value is (113,86,154). Sum of RGB (Red+Green+Blue) = 113+86+154=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 154 - color contains mainly: blue. Hex color #71569A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71569A is #8EA965. Grayscale: #656565. Windows color (decimal): -9349478 or 10114673. OLE color: 10114673.

HSL color Cylindrical-coordinate representation of color #71569A: hue angle of 263.82º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71569A is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 86 154 -
CMYK 0.27 0.44 0 0.40
HSL 263.82º 0.28% 0.47% -
HSV(B) 263.82º 0.44% 0.6% -
XYZ 15.97 12.5 32.14 -
YUV 101.83 157.45 135.97 -
System Red Green Blue C M Y K H S L
Decimal 113 86 154 0.27 0.44 0 0.40 263.82 0.28 0.47
Hex 71 56 9A 1B 2C 0 28 108 1C 2F
Octal 161 126 232 33 54 0 50 410 34 57
Binary 1110001 1010110 10011010 11011 101100 0 101000 100001000 11100 101111

Color Harmonies of #71569A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71569A

Black with #71569A

Text Example


Text Example

White with #71569A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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