Html Css Color HEX #725399 Studio

📋 copy color: '#725399'

red 114 ◦ green 83 ◦ blue 153

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

Shades of Studio #725399

Tints of Studio #725399

RGB

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

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

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

R = 32.57%
G = 23.71%
B = 43.71%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#725399 (or 0x725399) is known color: Studio. HEX triplet: 72, 53 and 99. RGB value is (114,83,153). Sum of RGB (Red+Green+Blue) = 114+83+153=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #725399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725399 is #8DAC66. Grayscale: #636363. Windows color (decimal): -9284711 or 10048370. OLE color: 10048370.

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

Color convert

RGB 114 83 153 -
CMYK 0.25 0.46 0 0.4
HSL 266.57º 0.3% 0.46% -
HSV(B) 266.57º 0.46% 0.6% -
XYZ 15.78 12.06 31.63 -
YUV 100.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 114 83 153 0.25 0.46 0 0.4 266.57 0.3 0.46
Hex 72 53 99 19 2E 0 28 10B 1E 2E
Octal 162 123 231 31 56 0 50 413 36 56
Binary 1110010 1010011 10011001 11001 101110 0 101000 100001011 11110 101110

Color Harmonies of #725399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725399

Black with #725399

Text Example


Text Example

White with #725399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725399; }

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

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

background-color css

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

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

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

border-color css

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

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

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