Html Css Color HEX #7249AC Studio

📋 copy color: '#7249AC'

red 114 ◦ green 73 ◦ blue 172

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

Shades of Studio #7249AC

Tints of Studio #7249AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.91%

R = 31.75%
G = 20.33%
B = 47.91%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7249AC (or 0x7249AC) is known color: Studio. HEX triplet: 72, 49 and AC. RGB value is (114,73,172). Sum of RGB (Red+Green+Blue) = 114+73+172=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #7249AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7249AC is #8DB653. Grayscale: #606060. Windows color (decimal): -9287252 or 11290994. OLE color: 11290994.

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

Color convert

RGB 114 73 172 -
CMYK 0.34 0.58 0 0.33
HSL 264.85º 0.4% 0.48% -
HSV(B) 264.85º 0.58% 0.67% -
XYZ 16.77 11.32 40.33 -
YUV 96.55 170.58 140.45 -
System Red Green Blue C M Y K H S L
Decimal 114 73 172 0.34 0.58 0 0.33 264.85 0.4 0.48
Hex 72 49 AC 22 3A 0 21 109 28 30
Octal 162 111 254 42 72 0 41 411 50 60
Binary 1110010 1001001 10101100 100010 111010 0 100001 100001001 101000 110000

Color Harmonies of #7249AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7249AC

Black with #7249AC

Text Example


Text Example

White with #7249AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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