Html Css Color HEX #7048AC Studio

📋 copy color: '#7048AC'

red 112 ◦ green 72 ◦ blue 172

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

Shades of Studio #7048AC

Tints of Studio #7048AC

RGB

 RED value IS 112 (44.14% from 255) = 31.46%

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

 BLUE value IS 172 (67.58% from 255) = 48.31%

R = 31.46%
G = 20.22%
B = 48.31%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7048AC (or 0x7048AC) is known color: Studio. HEX triplet: 70, 48 and AC. RGB value is (112,72,172). Sum of RGB (Red+Green+Blue) = 112+72+172=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #7048AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7048AC is #8FB753. Grayscale: #5F5F5F. Windows color (decimal): -9418580 or 11290736. OLE color: 11290736.

HSL color Cylindrical-coordinate representation of color #7048AC: hue angle of 264º 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 #7048AC is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 72 172 -
CMYK 0.35 0.58 0 0.33
HSL 264º 0.41% 0.48% -
HSV(B) 264º 0.58% 0.67% -
XYZ 16.45 11.06 40.3 -
YUV 95.36 171.25 139.87 -
System Red Green Blue C M Y K H S L
Decimal 112 72 172 0.35 0.58 0 0.33 264 0.41 0.48
Hex 70 48 AC 23 3A 0 21 108 29 30
Octal 160 110 254 43 72 0 41 410 51 60
Binary 1110000 1001000 10101100 100011 111010 0 100001 100001000 101001 110000

Color Harmonies of #7048AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7048AC

Black with #7048AC

Text Example


Text Example

White with #7048AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7048AC; }

 p { color: rgb(112,72,172); }

 H1.HeaderClassName
 {
   color: #7048AC;
 }
 .AnyTagClassName
 {
   color: #7048AC;
 }
</style>

background-color css

<style>
 a { background-color: #7048AC; }

 a { background-color: rgb(112,72,172); }

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

border-color css

<style>
 span { border-color: #7048AC; }

 span { border-color: rgb(112,72,172); }

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