Html Css Color HEX #7C4CB3 Studio

📋 copy color: '#7C4CB3'

red 124 ◦ green 76 ◦ blue 179

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

Shades of Studio #7C4CB3

Tints of Studio #7C4CB3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.05%

 BLUE value IS 179 (70.31% from 255) = 47.23%

R = 32.72%
G = 20.05%
B = 47.23%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7C4CB3 (or 0x7C4CB3) is known color: Studio. HEX triplet: 7C, 4C and B3. RGB value is (124,76,179). Sum of RGB (Red+Green+Blue) = 124+76+179=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 179 (70.31% from 255 or 47.23% from 379); Max value from RGB is 179 - color contains mainly: blue. Hex color #7C4CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C4CB3 is #83B34C. Grayscale: #656565. Windows color (decimal): -8631117 or 11750524. OLE color: 11750524.

HSL color Cylindrical-coordinate representation of color #7C4CB3: hue angle of 267.96º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C4CB3 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 76 179 -
CMYK 0.31 0.58 0 0.30
HSL 267.96º 0.4% 0.5% -
HSV(B) 267.96º 0.58% 0.7% -
XYZ 19.03 12.71 44.1 -
YUV 102.09 171.4 143.62 -
System Red Green Blue C M Y K H S L
Decimal 124 76 179 0.31 0.58 0 0.30 267.96 0.4 0.5
Hex 7C 4C B3 1F 3A 0 1E 10C 28 32
Octal 174 114 263 37 72 0 36 414 50 62
Binary 1111100 1001100 10110011 11111 111010 0 11110 100001100 101000 110010

Color Harmonies of #7C4CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4CB3

Black with #7C4CB3

Text Example


Text Example

White with #7C4CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,76,179); }

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

background-color css

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

 a { background-color: rgb(124,76,179); }

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

border-color css

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

 span { border-color: rgb(124,76,179); }

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