Html Css Color HEX #7B3075 Dark Purple

📋 copy color: '#7B3075'

red 123 ◦ green 48 ◦ blue 117

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

Shades of Dark Purple #7B3075

Tints of Dark Purple #7B3075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.67%

 BLUE value IS 117 (46.09% from 255) = 40.63%

R = 42.71%
G = 16.67%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#7B3075 (or 0x7B3075) is known color: Dark Purple. HEX triplet: 7B, 30 and 75. RGB value is (123,48,117). Sum of RGB (Red+Green+Blue) = 123+48+117=288 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.71% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3075 is #84CF8A. Grayscale: #4E4E4E. Windows color (decimal): -8703883 or 7680123. OLE color: 7680123.

HSL color Cylindrical-coordinate representation of color #7B3075: hue angle of 304.8º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B3075 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 48 117 -
CMYK 0 0.61 0.05 0.52
HSL 304.8º 0.44% 0.34% -
HSV(B) 304.8º 0.61% 0.48% -
XYZ 12.44 7.61 17.64 -
YUV 78.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 123 48 117 0 0.61 0.05 0.52 304.8 0.44 0.34
Hex 7B 30 75 0 3D 5 34 131 2C 22
Octal 173 60 165 0 75 5 64 461 54 42
Binary 1111011 110000 1110101 0 111101 101 110100 100110001 101100 100010

Color Harmonies of #7B3075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3075

Black with #7B3075

Text Example


Text Example

White with #7B3075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,48,117); }

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

background-color css

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

 a { background-color: rgb(123,48,117); }

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

border-color css

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

 span { border-color: rgb(123,48,117); }

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