Html Css Color HEX #7B5DAD Scampi

📋 copy color: '#7B5DAD'

red 123 ◦ green 93 ◦ blue 173

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

Shades of Scampi #7B5DAD

Tints of Scampi #7B5DAD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.91%

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

R = 31.62%
G = 23.91%
B = 44.47%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7B5DAD (or 0x7B5DAD) is known color: Scampi. HEX triplet: 7B, 5D and AD. RGB value is (123,93,173). Sum of RGB (Red+Green+Blue) = 123+93+173=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B5DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5DAD is #84A252. Grayscale: #6E6E6E. Windows color (decimal): -8692307 or 11361659. OLE color: 11361659.

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

Color convert

RGB 123 93 173 -
CMYK 0.29 0.46 0 0.32
HSL 262.5º 0.33% 0.52% -
HSV(B) 262.5º 0.46% 0.68% -
XYZ 19.63 15.06 41.41 -
YUV 111.09 162.94 136.5 -
System Red Green Blue C M Y K H S L
Decimal 123 93 173 0.29 0.46 0 0.32 262.5 0.33 0.52
Hex 7B 5D AD 1D 2E 0 20 106 21 34
Octal 173 135 255 35 56 0 40 406 41 64
Binary 1111011 1011101 10101101 11101 101110 0 100000 100000110 100001 110100

Color Harmonies of #7B5DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5DAD

Black with #7B5DAD

Text Example


Text Example

White with #7B5DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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