Html Css Color HEX #72499B Studio

📋 copy color: '#72499B'

red 114 ◦ green 73 ◦ blue 155

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

Shades of Studio #72499B

Tints of Studio #72499B

RGB

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

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

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

R = 33.33%
G = 21.35%
B = 45.32%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72499B (or 0x72499B) is known color: Studio. HEX triplet: 72, 49 and 9B. RGB value is (114,73,155). Sum of RGB (Red+Green+Blue) = 114+73+155=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #72499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72499B is #8DB664. Grayscale: #5E5E5E. Windows color (decimal): -9287269 or 10176882. OLE color: 10176882.

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

Color convert

RGB 114 73 155 -
CMYK 0.26 0.53 0 0.39
HSL 270º 0.36% 0.45% -
HSV(B) 270º 0.53% 0.61% -
XYZ 15.24 10.71 32.27 -
YUV 94.61 162.08 141.83 -
System Red Green Blue C M Y K H S L
Decimal 114 73 155 0.26 0.53 0 0.39 270 0.36 0.45
Hex 72 49 9B 1A 35 0 27 10E 24 2D
Octal 162 111 233 32 65 0 47 416 44 55
Binary 1110010 1001001 10011011 11010 110101 0 100111 100001110 100100 101101

Color Harmonies of #72499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72499B

Black with #72499B

Text Example


Text Example

White with #72499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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