Html Css Color HEX #72479B Studio

📋 copy color: '#72479B'

red 114 ◦ green 71 ◦ blue 155

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

Shades of Studio #72479B

Tints of Studio #72479B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.88%

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

R = 33.53%
G = 20.88%
B = 45.59%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72479B (or 0x72479B) is known color: Studio. HEX triplet: 72, 47 and 9B. RGB value is (114,71,155). Sum of RGB (Red+Green+Blue) = 114+71+155=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #72479B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72479B is #8DB864. Grayscale: #5D5D5D. Windows color (decimal): -9287781 or 10176370. OLE color: 10176370.

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

Color convert

RGB 114 71 155 -
CMYK 0.26 0.54 0 0.39
HSL 270.71º 0.37% 0.44% -
HSV(B) 270.71º 0.54% 0.61% -
XYZ 15.11 10.45 32.23 -
YUV 93.43 162.75 142.67 -
System Red Green Blue C M Y K H S L
Decimal 114 71 155 0.26 0.54 0 0.39 270.71 0.37 0.44
Hex 72 47 9B 1A 36 0 27 10F 25 2C
Octal 162 107 233 32 66 0 47 417 45 54
Binary 1110010 1000111 10011011 11010 110110 0 100111 100001111 100101 101100

Color Harmonies of #72479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72479B

Black with #72479B

Text Example


Text Example

White with #72479B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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