Html Css Color HEX #71559B Studio

📋 copy color: '#71559B'

red 113 ◦ green 85 ◦ blue 155

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

Shades of Studio #71559B

Tints of Studio #71559B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.08%

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

R = 32.01%
G = 24.08%
B = 43.91%

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

#71559B (or 0x71559B) is known color: Studio. HEX triplet: 71, 55 and 9B. RGB value is (113,85,155). Sum of RGB (Red+Green+Blue) = 113+85+155=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #71559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71559B is #8EAA64. Grayscale: #656565. Windows color (decimal): -9349733 or 10179953. OLE color: 10179953.

HSL color Cylindrical-coordinate representation of color #71559B: hue angle of 264º 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 #71559B is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 85 155 -
CMYK 0.27 0.45 0 0.39
HSL 264º 0.29% 0.47% -
HSV(B) 264º 0.45% 0.61% -
XYZ 15.97 12.37 32.56 -
YUV 101.35 158.28 136.31 -
System Red Green Blue C M Y K H S L
Decimal 113 85 155 0.27 0.45 0 0.39 264 0.29 0.47
Hex 71 55 9B 1B 2D 0 27 108 1D 2F
Octal 161 125 233 33 55 0 47 410 35 57
Binary 1110001 1010101 10011011 11011 101101 0 100111 100001000 11101 101111

Color Harmonies of #71559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71559B

Black with #71559B

Text Example


Text Example

White with #71559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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