Html Css Color HEX #7249AA Studio

📋 copy color: '#7249AA'

red 114 ◦ green 73 ◦ blue 170

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

Shades of Studio #7249AA

Tints of Studio #7249AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.62%

R = 31.93%
G = 20.45%
B = 47.62%

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

#7249AA (or 0x7249AA) is known color: Studio. HEX triplet: 72, 49 and AA. RGB value is (114,73,170). Sum of RGB (Red+Green+Blue) = 114+73+170=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #7249AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7249AA is #8DB655. Grayscale: #5F5F5F. Windows color (decimal): -9287254 or 11159922. OLE color: 11159922.

HSL color Cylindrical-coordinate representation of color #7249AA: hue angle of 265.36º 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 #7249AA is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 73 170 -
CMYK 0.33 0.57 0 0.33
HSL 265.36º 0.4% 0.48% -
HSV(B) 265.36º 0.57% 0.67% -
XYZ 16.58 11.24 39.33 -
YUV 96.32 169.58 140.61 -
System Red Green Blue C M Y K H S L
Decimal 114 73 170 0.33 0.57 0 0.33 265.36 0.4 0.48
Hex 72 49 AA 21 39 0 21 109 28 30
Octal 162 111 252 41 71 0 41 411 50 60
Binary 1110010 1001001 10101010 100001 111001 0 100001 100001001 101000 110000

Color Harmonies of #7249AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7249AA

Black with #7249AA

Text Example


Text Example

White with #7249AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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