Html Css Color HEX #715598 Studio

📋 copy color: '#715598'

red 113 ◦ green 85 ◦ blue 152

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

Shades of Studio #715598

Tints of Studio #715598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.29%

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

R = 32.29%
G = 24.29%
B = 43.43%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#715598 (or 0x715598) is known color: Studio. HEX triplet: 71, 55 and 98. RGB value is (113,85,152). Sum of RGB (Red+Green+Blue) = 113+85+152=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 152 - color contains mainly: blue. Hex color #715598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715598 is #8EAA67. Grayscale: #646464. Windows color (decimal): -9349736 or 9983345. OLE color: 9983345.

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

Color convert

RGB 113 85 152 -
CMYK 0.26 0.44 0 0.40
HSL 265.07º 0.28% 0.46% -
HSV(B) 265.07º 0.44% 0.6% -
XYZ 15.73 12.27 31.25 -
YUV 101.01 156.78 136.55 -
System Red Green Blue C M Y K H S L
Decimal 113 85 152 0.26 0.44 0 0.40 265.07 0.28 0.46
Hex 71 55 98 1A 2C 0 28 109 1C 2E
Octal 161 125 230 32 54 0 50 411 34 56
Binary 1110001 1010101 10011000 11010 101100 0 101000 100001001 11100 101110

Color Harmonies of #715598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715598

Black with #715598

Text Example


Text Example

White with #715598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715598; }

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

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

background-color css

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

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

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

border-color css

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

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

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