Html Css Color HEX #725299 Studio

📋 copy color: '#725299'

red 114 ◦ green 82 ◦ blue 153

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

Shades of Studio #725299

Tints of Studio #725299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.5%

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

R = 32.66%
G = 23.5%
B = 43.84%

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

#725299 (or 0x725299) is known color: Studio. HEX triplet: 72, 52 and 99. RGB value is (114,82,153). Sum of RGB (Red+Green+Blue) = 114+82+153=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #725299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725299 is #8DAD66. Grayscale: #636363. Windows color (decimal): -9284967 or 10048114. OLE color: 10048114.

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

Color convert

RGB 114 82 153 -
CMYK 0.25 0.46 0 0.4
HSL 267.04º 0.3% 0.46% -
HSV(B) 267.04º 0.46% 0.6% -
XYZ 15.71 11.91 31.61 -
YUV 99.66 158.1 138.23 -
System Red Green Blue C M Y K H S L
Decimal 114 82 153 0.25 0.46 0 0.4 267.04 0.3 0.46
Hex 72 52 99 19 2E 0 28 10B 1E 2E
Octal 162 122 231 31 56 0 50 413 36 56
Binary 1110010 1010010 10011001 11001 101110 0 101000 100001011 11110 101110

Color Harmonies of #725299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725299

Black with #725299

Text Example


Text Example

White with #725299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725299; }

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

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

background-color css

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

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

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

border-color css

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

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

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