Html Css Color HEX #715294 Studio

📋 copy color: '#715294'

red 113 ◦ green 82 ◦ blue 148

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

Shades of Studio #715294

Tints of Studio #715294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.91%

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

R = 32.94%
G = 23.91%
B = 43.15%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#715294 (or 0x715294) is known color: Studio. HEX triplet: 71, 52 and 94. RGB value is (113,82,148). Sum of RGB (Red+Green+Blue) = 113+82+148=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 148 - color contains mainly: blue. Hex color #715294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715294 is #8EAD6B. Grayscale: #626262. Windows color (decimal): -9350508 or 9720433. OLE color: 9720433.

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

Color convert

RGB 113 82 148 -
CMYK 0.24 0.45 0 0.42
HSL 268.18º 0.29% 0.45% -
HSV(B) 268.18º 0.45% 0.58% -
XYZ 15.17 11.68 29.47 -
YUV 98.79 155.77 138.13 -
System Red Green Blue C M Y K H S L
Decimal 113 82 148 0.24 0.45 0 0.42 268.18 0.29 0.45
Hex 71 52 94 18 2D 0 2A 10C 1D 2D
Octal 161 122 224 30 55 0 52 414 35 55
Binary 1110001 1010010 10010100 11000 101101 0 101010 100001100 11101 101101

Color Harmonies of #715294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715294

Black with #715294

Text Example


Text Example

White with #715294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715294; }

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

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

background-color css

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

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

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

border-color css

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

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

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