Html Css Color HEX #7249AE Studio

📋 copy color: '#7249AE'

red 114 ◦ green 73 ◦ blue 174

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

Shades of Studio #7249AE

Tints of Studio #7249AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.2%

R = 31.58%
G = 20.22%
B = 48.2%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7249AE (or 0x7249AE) is known color: Studio. HEX triplet: 72, 49 and AE. RGB value is (114,73,174). Sum of RGB (Red+Green+Blue) = 114+73+174=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #7249AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7249AE is #8DB651. Grayscale: #606060. Windows color (decimal): -9287250 or 11422066. OLE color: 11422066.

HSL color Cylindrical-coordinate representation of color #7249AE: hue angle of 264.36º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7249AE is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 73 174 -
CMYK 0.34 0.58 0 0.32
HSL 264.36º 0.41% 0.48% -
HSV(B) 264.36º 0.58% 0.68% -
XYZ 16.96 11.4 41.35 -
YUV 96.77 171.58 140.29 -
System Red Green Blue C M Y K H S L
Decimal 114 73 174 0.34 0.58 0 0.32 264.36 0.41 0.48
Hex 72 49 AE 22 3A 0 20 108 29 30
Octal 162 111 256 42 72 0 40 410 51 60
Binary 1110010 1001001 10101110 100010 111010 0 100000 100001000 101001 110000

Color Harmonies of #7249AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7249AE

Black with #7249AE

Text Example


Text Example

White with #7249AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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