Html Css Color HEX #715199 Studio

📋 copy color: '#715199'

red 113 ◦ green 81 ◦ blue 153

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

Shades of Studio #715199

Tints of Studio #715199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.34%

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

R = 32.56%
G = 23.34%
B = 44.09%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#715199 (or 0x715199) is known color: Studio. HEX triplet: 71, 51 and 99. RGB value is (113,81,153). Sum of RGB (Red+Green+Blue) = 113+81+153=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #715199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715199 is #8EAE66. Grayscale: #626262. Windows color (decimal): -9350759 or 10047857. OLE color: 10047857.

HSL color Cylindrical-coordinate representation of color #715199: hue angle of 266.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #715199 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 81 153 -
CMYK 0.26 0.47 0 0.4
HSL 266.67º 0.31% 0.46% -
HSV(B) 266.67º 0.47% 0.6% -
XYZ 15.5 11.7 31.58 -
YUV 98.78 158.6 138.15 -
System Red Green Blue C M Y K H S L
Decimal 113 81 153 0.26 0.47 0 0.4 266.67 0.31 0.46
Hex 71 51 99 1A 2F 0 28 10B 1F 2E
Octal 161 121 231 32 57 0 50 413 37 56
Binary 1110001 1010001 10011001 11010 101111 0 101000 100001011 11111 101110

Color Harmonies of #715199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715199

Black with #715199

Text Example


Text Example

White with #715199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715199; }

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

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

background-color css

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

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

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

border-color css

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

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

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