Html Css Color HEX #7B4CBA Studio

📋 copy color: '#7B4CBA'

red 123 ◦ green 76 ◦ blue 186

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

Shades of Studio #7B4CBA

Tints of Studio #7B4CBA

RGB

 RED value IS 123 (48.44% from 255) = 31.95%

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

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

R = 31.95%
G = 19.74%
B = 48.31%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B4CBA (or 0x7B4CBA) is known color: Studio. HEX triplet: 7B, 4C and BA. RGB value is (123,76,186). Sum of RGB (Red+Green+Blue) = 123+76+186=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 76 (30.08% from 255 or 19.74% 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 #7B4CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B4CBA is #84B345. Grayscale: #666666. Windows color (decimal): -8696646 or 12209275. OLE color: 12209275.

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

Color convert

RGB 123 76 186 -
CMYK 0.34 0.59 0 0.27
HSL 265.64º 0.44% 0.51% -
HSV(B) 265.64º 0.59% 0.73% -
XYZ 19.62 12.93 47.92 -
YUV 102.59 175.07 142.56 -
System Red Green Blue C M Y K H S L
Decimal 123 76 186 0.34 0.59 0 0.27 265.64 0.44 0.51
Hex 7B 4C BA 22 3B 0 1B 10A 2C 33
Octal 173 114 272 42 73 0 33 412 54 63
Binary 1111011 1001100 10111010 100010 111011 0 11011 100001010 101100 110011

Color Harmonies of #7B4CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4CBA

Black with #7B4CBA

Text Example


Text Example

White with #7B4CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,76,186); }

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

background-color css

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

 a { background-color: rgb(123,76,186); }

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

border-color css

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

 span { border-color: rgb(123,76,186); }

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