Html Css Color HEX #715292 Studio

📋 copy color: '#715292'

red 113 ◦ green 82 ◦ blue 146

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

Shades of Studio #715292

Tints of Studio #715292

RGB

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

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

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

R = 33.14%
G = 24.05%
B = 42.82%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#715292 (or 0x715292) is known color: Studio. HEX triplet: 71, 52 and 92. RGB value is (113,82,146). Sum of RGB (Red+Green+Blue) = 113+82+146=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #715292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715292 is #8EAD6D. Grayscale: #626262. Windows color (decimal): -9350510 or 9589361. OLE color: 9589361.

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

Color convert

RGB 113 82 146 -
CMYK 0.23 0.44 0 0.43
HSL 269.06º 0.28% 0.45% -
HSV(B) 269.06º 0.44% 0.57% -
XYZ 15.02 11.62 28.65 -
YUV 98.57 154.77 138.3 -
System Red Green Blue C M Y K H S L
Decimal 113 82 146 0.23 0.44 0 0.43 269.06 0.28 0.45
Hex 71 52 92 17 2C 0 2B 10D 1C 2D
Octal 161 122 222 27 54 0 53 415 34 55
Binary 1110001 1010010 10010010 10111 101100 0 101011 100001101 11100 101101

Color Harmonies of #715292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715292

Black with #715292

Text Example


Text Example

White with #715292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715292; }

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

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

background-color css

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

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

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

border-color css

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

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

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