Html Css Color HEX #715094 Studio

📋 copy color: '#715094'

red 113 ◦ green 80 ◦ blue 148

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

Shades of Studio #715094

Tints of Studio #715094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.4%

R = 33.14%
G = 23.46%
B = 43.4%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#715094 (or 0x715094) is known color: Studio. HEX triplet: 71, 50 and 94. RGB value is (113,80,148). Sum of RGB (Red+Green+Blue) = 113+80+148=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #715094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715094 is #8EAF6B. Grayscale: #616161. Windows color (decimal): -9351020 or 9719921. OLE color: 9719921.

HSL color Cylindrical-coordinate representation of color #715094: hue angle of 269.12º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #715094 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 80 148 -
CMYK 0.24 0.46 0 0.42
HSL 269.12º 0.3% 0.45% -
HSV(B) 269.12º 0.46% 0.58% -
XYZ 15.02 11.39 29.42 -
YUV 97.62 156.43 138.97 -
System Red Green Blue C M Y K H S L
Decimal 113 80 148 0.24 0.46 0 0.42 269.12 0.3 0.45
Hex 71 50 94 18 2E 0 2A 10D 1E 2D
Octal 161 120 224 30 56 0 52 415 36 55
Binary 1110001 1010000 10010100 11000 101110 0 101010 100001101 11110 101101

Color Harmonies of #715094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715094

Black with #715094

Text Example


Text Example

White with #715094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715094; }

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

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

background-color css

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

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

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

border-color css

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

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

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