Html Css Color HEX #7B0075 Purple

📋 copy color: '#7B0075'

red 123 ◦ green 0 ◦ blue 117

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

Shades of Purple #7B0075

Tints of Purple #7B0075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.25%
G = 0%
B = 48.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#7B0075 (or 0x7B0075) is known color: Purple. HEX triplet: 7B, 00 and 75. RGB value is (123,0,117). Sum of RGB (Red+Green+Blue) = 123+0+117=240 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.25% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0075 is #84FF8A. Grayscale: #313131. Windows color (decimal): -8716171 or 7667835. OLE color: 7667835.

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

Color convert

RGB 123 0 117 -
CMYK 0 1 0.05 0.52
HSL 302.93º 1% 0.24% -
HSV(B) 302.93º 1% 0.48% -
XYZ 11.38 5.5 17.29 -
YUV 50.12 165.75 179.99 -
System Red Green Blue C M Y K H S L
Decimal 123 0 117 0 1 0.05 0.52 302.93 1 0.24
Hex 7B 0 75 0 64 5 34 12F 64 18
Octal 173 0 165 0 144 5 64 457 144 30
Binary 1111011 0 1110101 0 1100100 101 110100 100101111 1100100 11000

Color Harmonies of #7B0075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0075

Black with #7B0075

Text Example


Text Example

White with #7B0075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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