Html Css Color HEX #7F48BC Studio

📋 copy color: '#7F48BC'

red 127 ◦ green 72 ◦ blue 188

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

Shades of Studio #7F48BC

Tints of Studio #7F48BC

RGB

 RED value IS 127 (50% from 255) = 32.82%

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

 BLUE value IS 188 (73.83% from 255) = 48.58%

R = 32.82%
G = 18.6%
B = 48.58%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F48BC (or 0x7F48BC) is known color: Studio. HEX triplet: 7F, 48 and BC. RGB value is (127,72,188). Sum of RGB (Red+Green+Blue) = 127+72+188=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F48BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F48BC is #80B743. Grayscale: #656565. Windows color (decimal): -8435524 or 12339327. OLE color: 12339327.

HSL color Cylindrical-coordinate representation of color #7F48BC: hue angle of 268.45º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F48BC is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 72 188 -
CMYK 0.32 0.62 0 0.26
HSL 268.45º 0.46% 0.51% -
HSV(B) 268.45º 0.62% 0.74% -
XYZ 20.15 12.78 48.98 -
YUV 101.67 176.72 146.07 -
System Red Green Blue C M Y K H S L
Decimal 127 72 188 0.32 0.62 0 0.26 268.45 0.46 0.51
Hex 7F 48 BC 20 3E 0 1A 10C 2E 33
Octal 177 110 274 40 76 0 32 414 56 63
Binary 1111111 1001000 10111100 100000 111110 0 11010 100001100 101110 110011

Color Harmonies of #7F48BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F48BC

Black with #7F48BC

Text Example


Text Example

White with #7F48BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,72,188); }

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

background-color css

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

 a { background-color: rgb(127,72,188); }

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

border-color css

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

 span { border-color: rgb(127,72,188); }

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