Html Css Color HEX #7048A5 Studio

📋 copy color: '#7048A5'

red 112 ◦ green 72 ◦ blue 165

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

Shades of Studio #7048A5

Tints of Studio #7048A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 47.28%

R = 32.09%
G = 20.63%
B = 47.28%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7048A5 (or 0x7048A5) is known color: Studio. HEX triplet: 70, 48 and A5. RGB value is (112,72,165). Sum of RGB (Red+Green+Blue) = 112+72+165=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 165 (64.84% from 255 or 47.28% from 349); Max value from RGB is 165 - color contains mainly: blue. Hex color #7048A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7048A5 is #8FB75A. Grayscale: #5E5E5E. Windows color (decimal): -9418587 or 10831984. OLE color: 10831984.

HSL color Cylindrical-coordinate representation of color #7048A5: hue angle of 265.81º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7048A5 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 72 165 -
CMYK 0.32 0.56 0 0.35
HSL 265.81º 0.39% 0.46% -
HSV(B) 265.81º 0.56% 0.65% -
XYZ 15.79 10.8 36.85 -
YUV 94.56 167.75 140.44 -
System Red Green Blue C M Y K H S L
Decimal 112 72 165 0.32 0.56 0 0.35 265.81 0.39 0.46
Hex 70 48 A5 20 38 0 23 10A 27 2E
Octal 160 110 245 40 70 0 43 412 47 56
Binary 1110000 1001000 10100101 100000 111000 0 100011 100001010 100111 101110

Color Harmonies of #7048A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7048A5

Black with #7048A5

Text Example


Text Example

White with #7048A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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