Html Css Color HEX #715599 Studio

📋 copy color: '#715599'

red 113 ◦ green 85 ◦ blue 153

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

Shades of Studio #715599

Tints of Studio #715599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.59%

R = 32.19%
G = 24.22%
B = 43.59%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#715599 (or 0x715599) is known color: Studio. HEX triplet: 71, 55 and 99. RGB value is (113,85,153). Sum of RGB (Red+Green+Blue) = 113+85+153=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #715599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715599 is #8EAA66. Grayscale: #646464. Windows color (decimal): -9349735 or 10048881. OLE color: 10048881.

HSL color Cylindrical-coordinate representation of color #715599: hue angle of 264.71º degrees, saturation: 0.29, 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 #715599 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 85 153 -
CMYK 0.26 0.44 0 0.4
HSL 264.71º 0.29% 0.47% -
HSV(B) 264.71º 0.44% 0.6% -
XYZ 15.81 12.31 31.68 -
YUV 101.12 157.28 136.47 -
System Red Green Blue C M Y K H S L
Decimal 113 85 153 0.26 0.44 0 0.4 264.71 0.29 0.47
Hex 71 55 99 1A 2C 0 28 109 1D 2F
Octal 161 125 231 32 54 0 50 411 35 57
Binary 1110001 1010101 10011001 11010 101100 0 101000 100001001 11101 101111

Color Harmonies of #715599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715599

Black with #715599

Text Example


Text Example

White with #715599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715599; }

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

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

background-color css

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

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

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

border-color css

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

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

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