Html Css Color HEX #7448AB Studio

📋 copy color: '#7448AB'

red 116 ◦ green 72 ◦ blue 171

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

Shades of Studio #7448AB

Tints of Studio #7448AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.63%

R = 32.31%
G = 20.06%
B = 47.63%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7448AB (or 0x7448AB) is known color: Studio. HEX triplet: 74, 48 and AB. RGB value is (116,72,171). Sum of RGB (Red+Green+Blue) = 116+72+171=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #7448AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7448AB is #8BB754. Grayscale: #606060. Windows color (decimal): -9156437 or 11225204. OLE color: 11225204.

HSL color Cylindrical-coordinate representation of color #7448AB: hue angle of 266.67º degrees, saturation: 0.41, 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 #7448AB is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 72 171 -
CMYK 0.32 0.58 0 0.33
HSL 266.67º 0.41% 0.48% -
HSV(B) 266.67º 0.58% 0.67% -
XYZ 16.87 11.29 39.82 -
YUV 96.44 170.08 141.95 -
System Red Green Blue C M Y K H S L
Decimal 116 72 171 0.32 0.58 0 0.33 266.67 0.41 0.48
Hex 74 48 AB 20 3A 0 21 10B 29 30
Octal 164 110 253 40 72 0 41 413 51 60
Binary 1110100 1001000 10101011 100000 111010 0 100001 100001011 101001 110000

Color Harmonies of #7448AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7448AB

Black with #7448AB

Text Example


Text Example

White with #7448AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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