Html Css Color HEX #715298 Studio

📋 copy color: '#715298'

red 113 ◦ green 82 ◦ blue 152

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

Shades of Studio #715298

Tints of Studio #715298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.8%

R = 32.56%
G = 23.63%
B = 43.8%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#715298 (or 0x715298) is known color: Studio. HEX triplet: 71, 52 and 98. RGB value is (113,82,152). Sum of RGB (Red+Green+Blue) = 113+82+152=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 152 - color contains mainly: blue. Hex color #715298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715298 is #8EAD67. Grayscale: #636363. Windows color (decimal): -9350504 or 9982577. OLE color: 9982577.

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

Color convert

RGB 113 82 152 -
CMYK 0.26 0.46 0 0.40
HSL 266.57º 0.3% 0.46% -
HSV(B) 266.57º 0.46% 0.6% -
XYZ 15.49 11.81 31.17 -
YUV 99.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 113 82 152 0.26 0.46 0 0.40 266.57 0.3 0.46
Hex 71 52 98 1A 2E 0 28 10B 1E 2E
Octal 161 122 230 32 56 0 50 413 36 56
Binary 1110001 1010010 10011000 11010 101110 0 101000 100001011 11110 101110

Color Harmonies of #715298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715298

Black with #715298

Text Example


Text Example

White with #715298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715298; }

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

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

background-color css

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

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

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

border-color css

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

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

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