Html Css Color HEX #7249AB Studio

📋 copy color: '#7249AB'

red 114 ◦ green 73 ◦ blue 171

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

Shades of Studio #7249AB

Tints of Studio #7249AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.77%

R = 31.84%
G = 20.39%
B = 47.77%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7249AB (or 0x7249AB) is known color: Studio. HEX triplet: 72, 49 and AB. RGB value is (114,73,171). Sum of RGB (Red+Green+Blue) = 114+73+171=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #7249AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7249AB is #8DB654. Grayscale: #606060. Windows color (decimal): -9287253 or 11225458. OLE color: 11225458.

HSL color Cylindrical-coordinate representation of color #7249AB: hue angle of 265.1º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7249AB is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 73 171 -
CMYK 0.33 0.57 0 0.33
HSL 265.1º 0.4% 0.48% -
HSV(B) 265.1º 0.57% 0.67% -
XYZ 16.67 11.28 39.83 -
YUV 96.43 170.08 140.53 -
System Red Green Blue C M Y K H S L
Decimal 114 73 171 0.33 0.57 0 0.33 265.1 0.4 0.48
Hex 72 49 AB 21 39 0 21 109 28 30
Octal 162 111 253 41 71 0 41 411 50 60
Binary 1110010 1001001 10101011 100001 111001 0 100001 100001001 101000 110000

Color Harmonies of #7249AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7249AB

Black with #7249AB

Text Example


Text Example

White with #7249AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7249AB; }

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

 H1.HeaderClassName
 {
   color: #7249AB;
 }
 .AnyTagClassName
 {
   color: #7249AB;
 }
</style>

background-color css

<style>
 a { background-color: #7249AB; }

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

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

border-color css

<style>
 span { border-color: #7249AB; }

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

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