Html Css Color HEX #725095 Studio

📋 copy color: '#725095'

red 114 ◦ green 80 ◦ blue 149

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

Shades of Studio #725095

Tints of Studio #725095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.32%

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

R = 33.24%
G = 23.32%
B = 43.44%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#725095 (or 0x725095) is known color: Studio. HEX triplet: 72, 50 and 95. RGB value is (114,80,149). Sum of RGB (Red+Green+Blue) = 114+80+149=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #725095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725095 is #8DAF6A. Grayscale: #616161. Windows color (decimal): -9285483 or 9785458. OLE color: 9785458.

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

Color convert

RGB 114 80 149 -
CMYK 0.23 0.46 0 0.42
HSL 269.57º 0.3% 0.45% -
HSV(B) 269.57º 0.46% 0.58% -
XYZ 15.23 11.48 29.85 -
YUV 98.03 156.76 139.39 -
System Red Green Blue C M Y K H S L
Decimal 114 80 149 0.23 0.46 0 0.42 269.57 0.3 0.45
Hex 72 50 95 17 2E 0 2A 10E 1E 2D
Octal 162 120 225 27 56 0 52 416 36 55
Binary 1110010 1010000 10010101 10111 101110 0 101010 100001110 11110 101101

Color Harmonies of #725095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725095

Black with #725095

Text Example


Text Example

White with #725095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725095; }

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

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

background-color css

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

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

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

border-color css

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

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

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