Html Css Color HEX #72549B Studio

📋 copy color: '#72549B'

red 114 ◦ green 84 ◦ blue 155

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

Shades of Studio #72549B

Tints of Studio #72549B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.8%

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

R = 32.29%
G = 23.8%
B = 43.91%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72549B (or 0x72549B) is known color: Studio. HEX triplet: 72, 54 and 9B. RGB value is (114,84,155). Sum of RGB (Red+Green+Blue) = 114+84+155=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #72549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72549B is #8DAB64. Grayscale: #646464. Windows color (decimal): -9284453 or 10179698. OLE color: 10179698.

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

Color convert

RGB 114 84 155 -
CMYK 0.26 0.46 0 0.39
HSL 265.35º 0.3% 0.47% -
HSV(B) 265.35º 0.46% 0.61% -
XYZ 16.03 12.28 32.54 -
YUV 101.06 158.44 137.23 -
System Red Green Blue C M Y K H S L
Decimal 114 84 155 0.26 0.46 0 0.39 265.35 0.3 0.47
Hex 72 54 9B 1A 2E 0 27 109 1E 2F
Octal 162 124 233 32 56 0 47 411 36 57
Binary 1110010 1010100 10011011 11010 101110 0 100111 100001001 11110 101111

Color Harmonies of #72549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72549B

Black with #72549B

Text Example


Text Example

White with #72549B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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