Html Css Color HEX #715399 Studio

📋 copy color: '#715399'

red 113 ◦ green 83 ◦ blue 153

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

Shades of Studio #715399

Tints of Studio #715399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.78%

 BLUE value IS 153 (60.16% from 255) = 43.84%

R = 32.38%
G = 23.78%
B = 43.84%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#715399 (or 0x715399) is known color: Studio. HEX triplet: 71, 53 and 99. RGB value is (113,83,153). Sum of RGB (Red+Green+Blue) = 113+83+153=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #715399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715399 is #8EAC66. Grayscale: #636363. Windows color (decimal): -9350247 or 10048369. OLE color: 10048369.

HSL color Cylindrical-coordinate representation of color #715399: hue angle of 265.71º 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 #715399 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 83 153 -
CMYK 0.26 0.46 0 0.4
HSL 265.71º 0.3% 0.46% -
HSV(B) 265.71º 0.46% 0.6% -
XYZ 15.65 12 31.63 -
YUV 99.95 157.94 137.31 -
System Red Green Blue C M Y K H S L
Decimal 113 83 153 0.26 0.46 0 0.4 265.71 0.3 0.46
Hex 71 53 99 1A 2E 0 28 10A 1E 2E
Octal 161 123 231 32 56 0 50 412 36 56
Binary 1110001 1010011 10011001 11010 101110 0 101000 100001010 11110 101110

Color Harmonies of #715399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715399

Black with #715399

Text Example


Text Example

White with #715399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715399; }

 p { color: rgb(113,83,153); }

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

background-color css

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

 a { background-color: rgb(113,83,153); }

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

border-color css

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

 span { border-color: rgb(113,83,153); }

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