Html Css Color HEX #715299 Studio

📋 copy color: '#715299'

red 113 ◦ green 82 ◦ blue 153

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

Shades of Studio #715299

Tints of Studio #715299

RGB

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

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

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

R = 32.47%
G = 23.56%
B = 43.97%

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

#715299 (or 0x715299) is known color: Studio. HEX triplet: 71, 52 and 99. RGB value is (113,82,153). Sum of RGB (Red+Green+Blue) = 113+82+153=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #715299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715299 is #8EAD66. Grayscale: #636363. Windows color (decimal): -9350503 or 10048113. OLE color: 10048113.

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

Color convert

RGB 113 82 153 -
CMYK 0.26 0.46 0 0.4
HSL 266.2º 0.3% 0.46% -
HSV(B) 266.2º 0.46% 0.6% -
XYZ 15.58 11.85 31.6 -
YUV 99.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 113 82 153 0.26 0.46 0 0.4 266.2 0.3 0.46
Hex 71 52 99 1A 2E 0 28 10A 1E 2E
Octal 161 122 231 32 56 0 50 412 36 56
Binary 1110001 1010010 10011001 11010 101110 0 101000 100001010 11110 101110

Color Harmonies of #715299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715299

Black with #715299

Text Example


Text Example

White with #715299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715299; }

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

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

background-color css

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

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

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

border-color css

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

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

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