Html Css Color HEX #7448BA Studio

📋 copy color: '#7448BA'

red 116 ◦ green 72 ◦ blue 186

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

Shades of Studio #7448BA

Tints of Studio #7448BA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.25%

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

R = 31.02%
G = 19.25%
B = 49.73%

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

#7448BA (or 0x7448BA) is known color: Studio. HEX triplet: 74, 48 and BA. RGB value is (116,72,186). Sum of RGB (Red+Green+Blue) = 116+72+186=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #7448BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7448BA is #8BB745. Grayscale: #616161. Windows color (decimal): -9156422 or 12208244. OLE color: 12208244.

HSL color Cylindrical-coordinate representation of color #7448BA: hue angle of 263.16º 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 #7448BA is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 72 186 -
CMYK 0.38 0.61 0 0.27
HSL 263.16º 0.45% 0.51% -
HSV(B) 263.16º 0.61% 0.73% -
XYZ 18.38 11.89 47.78 -
YUV 98.15 177.58 140.73 -
System Red Green Blue C M Y K H S L
Decimal 116 72 186 0.38 0.61 0 0.27 263.16 0.45 0.51
Hex 74 48 BA 26 3D 0 1B 107 2D 33
Octal 164 110 272 46 75 0 33 407 55 63
Binary 1110100 1001000 10111010 100110 111101 0 11011 100000111 101101 110011

Color Harmonies of #7448BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7448BA

Black with #7448BA

Text Example


Text Example

White with #7448BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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