Html Css Color HEX #72499F Studio

📋 copy color: '#72499F'

red 114 ◦ green 73 ◦ blue 159

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

Shades of Studio #72499F

Tints of Studio #72499F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.1%

 BLUE value IS 159 (62.5% from 255) = 45.95%

R = 32.95%
G = 21.1%
B = 45.95%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72499F (or 0x72499F) is known color: Studio. HEX triplet: 72, 49 and 9F. RGB value is (114,73,159). Sum of RGB (Red+Green+Blue) = 114+73+159=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #72499F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72499F is #8DB660. Grayscale: #5E5E5E. Windows color (decimal): -9287265 or 10439026. OLE color: 10439026.

HSL color Cylindrical-coordinate representation of color #72499F: hue angle of 268.6º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72499F is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 73 159 -
CMYK 0.28 0.54 0 0.38
HSL 268.6º 0.37% 0.45% -
HSV(B) 268.6º 0.54% 0.62% -
XYZ 15.58 10.85 34.07 -
YUV 95.06 164.08 141.51 -
System Red Green Blue C M Y K H S L
Decimal 114 73 159 0.28 0.54 0 0.38 268.6 0.37 0.45
Hex 72 49 9F 1C 36 0 26 10D 25 2D
Octal 162 111 237 34 66 0 46 415 45 55
Binary 1110010 1001001 10011111 11100 110110 0 100110 100001101 100101 101101

Color Harmonies of #72499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72499F

Black with #72499F

Text Example


Text Example

White with #72499F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72499F; }

 p { color: rgb(114,73,159); }

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

background-color css

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

 a { background-color: rgb(114,73,159); }

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

border-color css

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

 span { border-color: rgb(114,73,159); }

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