Html Css Color HEX #7248AC Studio

📋 copy color: '#7248AC'

red 114 ◦ green 72 ◦ blue 172

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

Shades of Studio #7248AC

Tints of Studio #7248AC

RGB

 RED value IS 114 (44.92% from 255) = 31.84%

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

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

R = 31.84%
G = 20.11%
B = 48.04%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7248AC (or 0x7248AC) is known color: Studio. HEX triplet: 72, 48 and AC. RGB value is (114,72,172). Sum of RGB (Red+Green+Blue) = 114+72+172=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #7248AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7248AC is #8DB753. Grayscale: #5F5F5F. Windows color (decimal): -9287508 or 11290738. OLE color: 11290738.

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

Color convert

RGB 114 72 172 -
CMYK 0.34 0.58 0 0.33
HSL 265.2º 0.41% 0.48% -
HSV(B) 265.2º 0.58% 0.67% -
XYZ 16.7 11.19 40.31 -
YUV 95.96 170.91 140.87 -
System Red Green Blue C M Y K H S L
Decimal 114 72 172 0.34 0.58 0 0.33 265.2 0.41 0.48
Hex 72 48 AC 22 3A 0 21 109 29 30
Octal 162 110 254 42 72 0 41 411 51 60
Binary 1110010 1001000 10101100 100010 111010 0 100001 100001001 101001 110000

Color Harmonies of #7248AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7248AC

Black with #7248AC

Text Example


Text Example

White with #7248AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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