Html Css Color HEX #7C48BF Studio

📋 copy color: '#7C48BF'

red 124 ◦ green 72 ◦ blue 191

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

Shades of Studio #7C48BF

Tints of Studio #7C48BF

RGB

 RED value IS 124 (48.83% from 255) = 32.04%

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

 BLUE value IS 191 (75% from 255) = 49.35%

R = 32.04%
G = 18.6%
B = 49.35%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C48BF (or 0x7C48BF) is known color: Studio. HEX triplet: 7C, 48 and BF. RGB value is (124,72,191). Sum of RGB (Red+Green+Blue) = 124+72+191=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C48BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C48BF is #83B740. Grayscale: #646464. Windows color (decimal): -8632129 or 12535932. OLE color: 12535932.

HSL color Cylindrical-coordinate representation of color #7C48BF: hue angle of 266.22º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C48BF is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 72 191 -
CMYK 0.35 0.62 0 0.25
HSL 266.22º 0.48% 0.52% -
HSV(B) 266.22º 0.62% 0.75% -
XYZ 20.03 12.68 50.68 -
YUV 101.11 178.73 144.32 -
System Red Green Blue C M Y K H S L
Decimal 124 72 191 0.35 0.62 0 0.25 266.22 0.48 0.52
Hex 7C 48 BF 23 3E 0 19 10A 30 34
Octal 174 110 277 43 76 0 31 412 60 64
Binary 1111100 1001000 10111111 100011 111110 0 11001 100001010 110000 110100

Color Harmonies of #7C48BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C48BF

Black with #7C48BF

Text Example


Text Example

White with #7C48BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C48BF; }

 p { color: rgb(124,72,191); }

 H1.HeaderClassName
 {
   color: #7C48BF;
 }
 .AnyTagClassName
 {
   color: #7C48BF;
 }
</style>

background-color css

<style>
 a { background-color: #7C48BF; }

 a { background-color: rgb(124,72,191); }

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

border-color css

<style>
 span { border-color: #7C48BF; }

 span { border-color: rgb(124,72,191); }

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