Html Css Color HEX #725599 Studio

📋 copy color: '#725599'

red 114 ◦ green 85 ◦ blue 153

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

Shades of Studio #725599

Tints of Studio #725599

RGB

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

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

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

R = 32.39%
G = 24.15%
B = 43.47%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#725599 (or 0x725599) is known color: Studio. HEX triplet: 72, 55 and 99. RGB value is (114,85,153). Sum of RGB (Red+Green+Blue) = 114+85+153=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #725599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725599 is #8DAA66. Grayscale: #656565. Windows color (decimal): -9284199 or 10048882. OLE color: 10048882.

HSL color Cylindrical-coordinate representation of color #725599: hue angle of 265.59º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #725599 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 85 153 -
CMYK 0.25 0.44 0 0.4
HSL 265.59º 0.29% 0.47% -
HSV(B) 265.59º 0.44% 0.6% -
XYZ 15.94 12.37 31.69 -
YUV 101.42 157.11 136.97 -
System Red Green Blue C M Y K H S L
Decimal 114 85 153 0.25 0.44 0 0.4 265.59 0.29 0.47
Hex 72 55 99 19 2C 0 28 10A 1D 2F
Octal 162 125 231 31 54 0 50 412 35 57
Binary 1110010 1010101 10011001 11001 101100 0 101000 100001010 11101 101111

Color Harmonies of #725599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725599

Black with #725599

Text Example


Text Example

White with #725599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725599; }

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

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

background-color css

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

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

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

border-color css

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

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

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