Html Css Color HEX #72449E Studio

📋 copy color: '#72449E'

red 114 ◦ green 68 ◦ blue 158

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

Shades of Studio #72449E

Tints of Studio #72449E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20%

 BLUE value IS 158 (62.11% from 255) = 46.47%

R = 33.53%
G = 20%
B = 46.47%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72449E (or 0x72449E) is known color: Studio. HEX triplet: 72, 44 and 9E. RGB value is (114,68,158). Sum of RGB (Red+Green+Blue) = 114+68+158=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #72449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72449E is #8DBB61. Grayscale: #5B5B5B. Windows color (decimal): -9288546 or 10372210. OLE color: 10372210.

HSL color Cylindrical-coordinate representation of color #72449E: hue angle of 270.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72449E is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 68 158 -
CMYK 0.28 0.57 0 0.38
HSL 270.67º 0.4% 0.44% -
HSV(B) 270.67º 0.57% 0.62% -
XYZ 15.18 10.18 33.51 -
YUV 92.01 165.24 143.68 -
System Red Green Blue C M Y K H S L
Decimal 114 68 158 0.28 0.57 0 0.38 270.67 0.4 0.44
Hex 72 44 9E 1C 39 0 26 10F 28 2C
Octal 162 104 236 34 71 0 46 417 50 54
Binary 1110010 1000100 10011110 11100 111001 0 100110 100001111 101000 101100

Color Harmonies of #72449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72449E

Black with #72449E

Text Example


Text Example

White with #72449E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72449E; }

 p { color: rgb(114,68,158); }

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

background-color css

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

 a { background-color: rgb(114,68,158); }

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

border-color css

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

 span { border-color: rgb(114,68,158); }

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