Html Css Color HEX #72449B Studio

📋 copy color: '#72449B'

red 114 ◦ green 68 ◦ blue 155

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

Shades of Studio #72449B

Tints of Studio #72449B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.99%

R = 33.83%
G = 20.18%
B = 45.99%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72449B (or 0x72449B) is known color: Studio. HEX triplet: 72, 44 and 9B. RGB value is (114,68,155). Sum of RGB (Red+Green+Blue) = 114+68+155=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #72449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72449B is #8DBB64. Grayscale: #5B5B5B. Windows color (decimal): -9288549 or 10175602. OLE color: 10175602.

HSL color Cylindrical-coordinate representation of color #72449B: hue angle of 271.72º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72449B is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 68 155 -
CMYK 0.26 0.56 0 0.39
HSL 271.72º 0.39% 0.44% -
HSV(B) 271.72º 0.56% 0.61% -
XYZ 14.92 10.08 32.17 -
YUV 91.67 163.74 143.93 -
System Red Green Blue C M Y K H S L
Decimal 114 68 155 0.26 0.56 0 0.39 271.72 0.39 0.44
Hex 72 44 9B 1A 38 0 27 110 27 2C
Octal 162 104 233 32 70 0 47 420 47 54
Binary 1110010 1000100 10011011 11010 111000 0 100111 100010000 100111 101100

Color Harmonies of #72449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72449B

Black with #72449B

Text Example


Text Example

White with #72449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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