Html Css Color HEX #715099 Studio

📋 copy color: '#715099'

red 113 ◦ green 80 ◦ blue 153

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

Shades of Studio #715099

Tints of Studio #715099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.12%

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

R = 32.66%
G = 23.12%
B = 44.22%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#715099 (or 0x715099) is known color: Studio. HEX triplet: 71, 50 and 99. RGB value is (113,80,153). Sum of RGB (Red+Green+Blue) = 113+80+153=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #715099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715099 is #8EAF66. Grayscale: #616161. Windows color (decimal): -9351015 or 10047601. OLE color: 10047601.

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

Color convert

RGB 113 80 153 -
CMYK 0.26 0.48 0 0.4
HSL 267.12º 0.31% 0.46% -
HSV(B) 267.12º 0.48% 0.6% -
XYZ 15.43 11.55 31.55 -
YUV 98.19 158.93 138.56 -
System Red Green Blue C M Y K H S L
Decimal 113 80 153 0.26 0.48 0 0.4 267.12 0.31 0.46
Hex 71 50 99 1A 30 0 28 10B 1F 2E
Octal 161 120 231 32 60 0 50 413 37 56
Binary 1110001 1010000 10011001 11010 110000 0 101000 100001011 11111 101110

Color Harmonies of #715099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715099

Black with #715099

Text Example


Text Example

White with #715099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715099; }

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

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

background-color css

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

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

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

border-color css

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

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

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