Html Css Color HEX #7B4CB7 Studio

📋 copy color: '#7B4CB7'

red 123 ◦ green 76 ◦ blue 183

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

Shades of Studio #7B4CB7

Tints of Studio #7B4CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.91%

R = 32.2%
G = 19.9%
B = 47.91%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7B4CB7 (or 0x7B4CB7) is known color: Studio. HEX triplet: 7B, 4C and B7. RGB value is (123,76,183). Sum of RGB (Red+Green+Blue) = 123+76+183=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 183 (71.88% from 255 or 47.91% from 382); Max value from RGB is 183 - color contains mainly: blue. Hex color #7B4CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B4CB7 is #84B348. Grayscale: #656565. Windows color (decimal): -8696649 or 12012667. OLE color: 12012667.

HSL color Cylindrical-coordinate representation of color #7B4CB7: hue angle of 266.36º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B4CB7 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 123 76 183 -
CMYK 0.33 0.58 0 0.28
HSL 266.36º 0.43% 0.51% -
HSV(B) 266.36º 0.58% 0.72% -
XYZ 19.3 12.8 46.25 -
YUV 102.25 173.57 142.8 -
System Red Green Blue C M Y K H S L
Decimal 123 76 183 0.33 0.58 0 0.28 266.36 0.43 0.51
Hex 7B 4C B7 21 3A 0 1C 10A 2B 33
Octal 173 114 267 41 72 0 34 412 53 63
Binary 1111011 1001100 10110111 100001 111010 0 11100 100001010 101011 110011

Color Harmonies of #7B4CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4CB7

Black with #7B4CB7

Text Example


Text Example

White with #7B4CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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