Html Css Color HEX #7249A5 Studio

📋 copy color: '#7249A5'

red 114 ◦ green 73 ◦ blue 165

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

Shades of Studio #7249A5

Tints of Studio #7249A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 46.88%

R = 32.39%
G = 20.74%
B = 46.88%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7249A5 (or 0x7249A5) is known color: Studio. HEX triplet: 72, 49 and A5. RGB value is (114,73,165). Sum of RGB (Red+Green+Blue) = 114+73+165=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 165 (64.84% from 255 or 46.88% from 352); Max value from RGB is 165 - color contains mainly: blue. Hex color #7249A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7249A5 is #8DB65A. Grayscale: #5F5F5F. Windows color (decimal): -9287259 or 10832242. OLE color: 10832242.

HSL color Cylindrical-coordinate representation of color #7249A5: hue angle of 266.74º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7249A5 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 73 165 -
CMYK 0.31 0.56 0 0.35
HSL 266.74º 0.39% 0.47% -
HSV(B) 266.74º 0.56% 0.65% -
XYZ 16.11 11.06 36.88 -
YUV 95.75 167.08 141.02 -
System Red Green Blue C M Y K H S L
Decimal 114 73 165 0.31 0.56 0 0.35 266.74 0.39 0.47
Hex 72 49 A5 1F 38 0 23 10B 27 2F
Octal 162 111 245 37 70 0 43 413 47 57
Binary 1110010 1001001 10100101 11111 111000 0 100011 100001011 100111 101111

Color Harmonies of #7249A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7249A5

Black with #7249A5

Text Example


Text Example

White with #7249A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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