Html Css Color HEX #7C4BBA Studio

📋 copy color: '#7C4BBA'

red 124 ◦ green 75 ◦ blue 186

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

Shades of Studio #7C4BBA

Tints of Studio #7C4BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 32.21%
G = 19.48%
B = 48.31%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C4BBA (or 0x7C4BBA) is known color: Studio. HEX triplet: 7C, 4B and BA. RGB value is (124,75,186). Sum of RGB (Red+Green+Blue) = 124+75+186=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C4BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C4BBA is #83B445. Grayscale: #656565. Windows color (decimal): -8631366 or 12209020. OLE color: 12209020.

HSL color Cylindrical-coordinate representation of color #7C4BBA: hue angle of 266.49º 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 #7C4BBA is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 75 186 -
CMYK 0.33 0.60 0 0.27
HSL 266.49º 0.45% 0.51% -
HSV(B) 266.49º 0.6% 0.73% -
XYZ 19.69 12.86 47.9 -
YUV 102.31 175.23 143.47 -
System Red Green Blue C M Y K H S L
Decimal 124 75 186 0.33 0.60 0 0.27 266.49 0.45 0.51
Hex 7C 4B BA 21 3C 0 1B 10A 2D 33
Octal 174 113 272 41 74 0 33 412 55 63
Binary 1111100 1001011 10111010 100001 111100 0 11011 100001010 101101 110011

Color Harmonies of #7C4BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4BBA

Black with #7C4BBA

Text Example


Text Example

White with #7C4BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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