Html Css Color HEX #725396 Studio

📋 copy color: '#725396'

red 114 ◦ green 83 ◦ blue 150

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

Shades of Studio #725396

Tints of Studio #725396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.23%

R = 32.85%
G = 23.92%
B = 43.23%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#725396 (or 0x725396) is known color: Studio. HEX triplet: 72, 53 and 96. RGB value is (114,83,150). Sum of RGB (Red+Green+Blue) = 114+83+150=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #725396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725396 is #8DAC69. Grayscale: #636363. Windows color (decimal): -9284714 or 9851762. OLE color: 9851762.

HSL color Cylindrical-coordinate representation of color #725396: hue angle of 267.76º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #725396 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 83 150 -
CMYK 0.24 0.45 0 0.41
HSL 267.76º 0.29% 0.46% -
HSV(B) 267.76º 0.45% 0.59% -
XYZ 15.54 11.97 30.34 -
YUV 99.91 156.27 138.05 -
System Red Green Blue C M Y K H S L
Decimal 114 83 150 0.24 0.45 0 0.41 267.76 0.29 0.46
Hex 72 53 96 18 2D 0 29 10C 1D 2E
Octal 162 123 226 30 55 0 51 414 35 56
Binary 1110010 1010011 10010110 11000 101101 0 101001 100001100 11101 101110

Color Harmonies of #725396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725396

Black with #725396

Text Example


Text Example

White with #725396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725396; }

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

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

background-color css

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

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

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

border-color css

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

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

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