Html Css Color HEX #7B0170 Purple

📋 copy color: '#7B0170'

red 123 ◦ green 1 ◦ blue 112

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

Shades of Purple #7B0170

Tints of Purple #7B0170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 112 (44.14% from 255) = 47.46%

R = 52.12%
G = 0.42%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#7B0170 (or 0x7B0170) is known color: Purple. HEX triplet: 7B, 01 and 70. RGB value is (123,1,112). Sum of RGB (Red+Green+Blue) = 123+1+112=236 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.12% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0170 is #84FE8F. Grayscale: #313131. Windows color (decimal): -8715920 or 7340411. OLE color: 7340411.

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

Color convert

RGB 123 1 112 -
CMYK 0 0.99 0.09 0.52
HSL 305.41º 0.98% 0.24% -
HSV(B) 305.41º 0.99% 0.48% -
XYZ 11.1 5.4 15.79 -
YUV 50.13 162.92 179.97 -
System Red Green Blue C M Y K H S L
Decimal 123 1 112 0 0.99 0.09 0.52 305.41 0.98 0.24
Hex 7B 1 70 0 63 9 34 131 62 18
Octal 173 1 160 0 143 11 64 461 142 30
Binary 1111011 1 1110000 0 1100011 1001 110100 100110001 1100010 11000

Color Harmonies of #7B0170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0170

Black with #7B0170

Text Example


Text Example

White with #7B0170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,1,112); }

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

background-color css

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

 a { background-color: rgb(123,1,112); }

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

border-color css

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

 span { border-color: rgb(123,1,112); }

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