Html Css Color HEX #715092 Studio

📋 copy color: '#715092'

red 113 ◦ green 80 ◦ blue 146

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

Shades of Studio #715092

Tints of Studio #715092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.07%

R = 33.33%
G = 23.6%
B = 43.07%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#715092 (or 0x715092) is known color: Studio. HEX triplet: 71, 50 and 92. RGB value is (113,80,146). Sum of RGB (Red+Green+Blue) = 113+80+146=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #715092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715092 is #8EAF6D. Grayscale: #616161. Windows color (decimal): -9351022 or 9588849. OLE color: 9588849.

HSL color Cylindrical-coordinate representation of color #715092: hue angle of 270º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #715092 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 80 146 -
CMYK 0.23 0.45 0 0.43
HSL 270º 0.29% 0.44% -
HSV(B) 270º 0.45% 0.57% -
XYZ 14.87 11.32 28.6 -
YUV 97.39 155.43 139.13 -
System Red Green Blue C M Y K H S L
Decimal 113 80 146 0.23 0.45 0 0.43 270 0.29 0.44
Hex 71 50 92 17 2D 0 2B 10E 1D 2C
Octal 161 120 222 27 55 0 53 416 35 54
Binary 1110001 1010000 10010010 10111 101101 0 101011 100001110 11101 101100

Color Harmonies of #715092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715092

Black with #715092

Text Example


Text Example

White with #715092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715092; }

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

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

background-color css

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

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

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

border-color css

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

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

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