Html Css Color HEX #725595 Studio

📋 copy color: '#725595'

red 114 ◦ green 85 ◦ blue 149

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

Shades of Studio #725595

Tints of Studio #725595

RGB

 RED value IS 114 (44.92% from 255) = 32.76%

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

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 32.76%
G = 24.43%
B = 42.82%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#725595 (or 0x725595) is known color: Studio. HEX triplet: 72, 55 and 95. RGB value is (114,85,149). Sum of RGB (Red+Green+Blue) = 114+85+149=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #725595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725595 is #8DAA6A. Grayscale: #646464. Windows color (decimal): -9284203 or 9786738. OLE color: 9786738.

HSL color Cylindrical-coordinate representation of color #725595: hue angle of 267.19º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #725595 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 85 149 -
CMYK 0.23 0.43 0 0.42
HSL 267.19º 0.27% 0.46% -
HSV(B) 267.19º 0.43% 0.58% -
XYZ 15.61 12.24 29.97 -
YUV 100.97 155.11 137.3 -
System Red Green Blue C M Y K H S L
Decimal 114 85 149 0.23 0.43 0 0.42 267.19 0.27 0.46
Hex 72 55 95 17 2B 0 2A 10B 1B 2E
Octal 162 125 225 27 53 0 52 413 33 56
Binary 1110010 1010101 10010101 10111 101011 0 101010 100001011 11011 101110

Color Harmonies of #725595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725595

Black with #725595

Text Example


Text Example

White with #725595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725595; }

 p { color: rgb(114,85,149); }

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

background-color css

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

 a { background-color: rgb(114,85,149); }

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

border-color css

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

 span { border-color: rgb(114,85,149); }

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