Html Css Color HEX #7449BA Studio

📋 copy color: '#7449BA'

red 116 ◦ green 73 ◦ blue 186

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

Shades of Studio #7449BA

Tints of Studio #7449BA

RGB

 RED value IS 116 (45.7% from 255) = 30.93%

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

 BLUE value IS 186 (73.05% from 255) = 49.6%

R = 30.93%
G = 19.47%
B = 49.6%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7449BA (or 0x7449BA) is known color: Studio. HEX triplet: 74, 49 and BA. RGB value is (116,73,186). Sum of RGB (Red+Green+Blue) = 116+73+186=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #7449BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7449BA is #8BB645. Grayscale: #626262. Windows color (decimal): -9156166 or 12208500. OLE color: 12208500.

HSL color Cylindrical-coordinate representation of color #7449BA: hue angle of 262.83º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7449BA is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 73 186 -
CMYK 0.38 0.61 0 0.27
HSL 262.83º 0.45% 0.51% -
HSV(B) 262.83º 0.61% 0.73% -
XYZ 18.45 12.02 47.8 -
YUV 98.74 177.25 140.31 -
System Red Green Blue C M Y K H S L
Decimal 116 73 186 0.38 0.61 0 0.27 262.83 0.45 0.51
Hex 74 49 BA 26 3D 0 1B 107 2D 33
Octal 164 111 272 46 75 0 33 407 55 63
Binary 1110100 1001001 10111010 100110 111101 0 11011 100000111 101101 110011

Color Harmonies of #7449BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7449BA

Black with #7449BA

Text Example


Text Example

White with #7449BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7449BA; }

 p { color: rgb(116,73,186); }

 H1.HeaderClassName
 {
   color: #7449BA;
 }
 .AnyTagClassName
 {
   color: #7449BA;
 }
</style>

background-color css

<style>
 a { background-color: #7449BA; }

 a { background-color: rgb(116,73,186); }

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

border-color css

<style>
 span { border-color: #7449BA; }

 span { border-color: rgb(116,73,186); }

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