Html Css Color HEX #7C4BBB Studio

📋 copy color: '#7C4BBB'

red 124 ◦ green 75 ◦ blue 187

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

Shades of Studio #7C4BBB

Tints of Studio #7C4BBB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.43%

 BLUE value IS 187 (73.44% from 255) = 48.45%

R = 32.12%
G = 19.43%
B = 48.45%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C4BBB (or 0x7C4BBB) is known color: Studio. HEX triplet: 7C, 4B and BB. RGB value is (124,75,187). Sum of RGB (Red+Green+Blue) = 124+75+187=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C4BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C4BBB is #83B444. Grayscale: #666666. Windows color (decimal): -8631365 or 12274556. OLE color: 12274556.

HSL color Cylindrical-coordinate representation of color #7C4BBB: hue angle of 266.25º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C4BBB is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 75 187 -
CMYK 0.34 0.60 0 0.27
HSL 266.25º 0.45% 0.51% -
HSV(B) 266.25º 0.6% 0.73% -
XYZ 19.8 12.91 48.46 -
YUV 102.42 175.73 143.39 -
System Red Green Blue C M Y K H S L
Decimal 124 75 187 0.34 0.60 0 0.27 266.25 0.45 0.51
Hex 7C 4B BB 22 3C 0 1B 10A 2D 33
Octal 174 113 273 42 74 0 33 412 55 63
Binary 1111100 1001011 10111011 100010 111100 0 11011 100001010 101101 110011

Color Harmonies of #7C4BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4BBB

Black with #7C4BBB

Text Example


Text Example

White with #7C4BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,75,187); }

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

background-color css

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

 a { background-color: rgb(124,75,187); }

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

border-color css

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

 span { border-color: rgb(124,75,187); }

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