Html Css Color HEX #7249B6 Studio

📋 copy color: '#7249B6'

red 114 ◦ green 73 ◦ blue 182

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

Shades of Studio #7249B6

Tints of Studio #7249B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 49.32%

R = 30.89%
G = 19.78%
B = 49.32%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7249B6 (or 0x7249B6) is known color: Studio. HEX triplet: 72, 49 and B6. RGB value is (114,73,182). Sum of RGB (Red+Green+Blue) = 114+73+182=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 182 (71.48% from 255 or 49.32% from 369); Max value from RGB is 182 - color contains mainly: blue. Hex color #7249B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7249B6 is #8DB649. Grayscale: #616161. Windows color (decimal): -9287242 or 11946354. OLE color: 11946354.

HSL color Cylindrical-coordinate representation of color #7249B6: hue angle of 262.57º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7249B6 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 73 182 -
CMYK 0.37 0.60 0 0.29
HSL 262.57º 0.43% 0.5% -
HSV(B) 262.57º 0.6% 0.71% -
XYZ 17.77 11.72 45.58 -
YUV 97.69 175.58 139.64 -
System Red Green Blue C M Y K H S L
Decimal 114 73 182 0.37 0.60 0 0.29 262.57 0.43 0.5
Hex 72 49 B6 25 3C 0 1D 107 2B 32
Octal 162 111 266 45 74 0 35 407 53 62
Binary 1110010 1001001 10110110 100101 111100 0 11101 100000111 101011 110010

Color Harmonies of #7249B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7249B6

Black with #7249B6

Text Example


Text Example

White with #7249B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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