Html Css Color HEX #7B3DAD Studio

📋 copy color: '#7B3DAD'

red 123 ◦ green 61 ◦ blue 173

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

Shades of Studio #7B3DAD

Tints of Studio #7B3DAD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.09%

 BLUE value IS 173 (67.97% from 255) = 48.46%

R = 34.45%
G = 17.09%
B = 48.46%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7B3DAD (or 0x7B3DAD) is known color: Studio. HEX triplet: 7B, 3D and AD. RGB value is (123,61,173). Sum of RGB (Red+Green+Blue) = 123+61+173=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B3DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3DAD is #84C252. Grayscale: #5B5B5B. Windows color (decimal): -8700499 or 11353467. OLE color: 11353467.

HSL color Cylindrical-coordinate representation of color #7B3DAD: hue angle of 273.21º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B3DAD is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 123 61 173 -
CMYK 0.29 0.65 0 0.32
HSL 273.21º 0.48% 0.46% -
HSV(B) 273.21º 0.65% 0.68% -
XYZ 17.38 10.57 40.66 -
YUV 92.31 173.54 149.89 -
System Red Green Blue C M Y K H S L
Decimal 123 61 173 0.29 0.65 0 0.32 273.21 0.48 0.46
Hex 7B 3D AD 1D 41 0 20 111 30 2E
Octal 173 75 255 35 101 0 40 421 60 56
Binary 1111011 111101 10101101 11101 1000001 0 100000 100010001 110000 101110

Color Harmonies of #7B3DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3DAD

Black with #7B3DAD

Text Example


Text Example

White with #7B3DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,61,173); }

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

background-color css

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

 a { background-color: rgb(123,61,173); }

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

border-color css

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

 span { border-color: rgb(123,61,173); }

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