Html Css Color HEX #7B0166 Purple

📋 copy color: '#7B0166'

red 123 ◦ green 1 ◦ blue 102

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

Shades of Purple #7B0166

Tints of Purple #7B0166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 45.13%

R = 54.42%
G = 0.44%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7B0166 (or 0x7B0166) is known color: Purple. HEX triplet: 7B, 01 and 66. RGB value is (123,1,102). Sum of RGB (Red+Green+Blue) = 123+1+102=226 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.42% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0166 is #84FE99. Grayscale: #303030. Windows color (decimal): -8715930 or 6685051. OLE color: 6685051.

HSL color Cylindrical-coordinate representation of color #7B0166: hue angle of 310.33º 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 #7B0166 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 1 102 -
CMYK 0 0.99 0.17 0.52
HSL 310.33º 0.98% 0.24% -
HSV(B) 310.33º 0.99% 0.48% -
XYZ 10.58 5.19 13.02 -
YUV 48.99 157.92 180.79 -
System Red Green Blue C M Y K H S L
Decimal 123 1 102 0 0.99 0.17 0.52 310.33 0.98 0.24
Hex 7B 1 66 0 63 11 34 136 62 18
Octal 173 1 146 0 143 21 64 466 142 30
Binary 1111011 1 1100110 0 1100011 10001 110100 100110110 1100010 11000

Color Harmonies of #7B0166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0166

Black with #7B0166

Text Example


Text Example

White with #7B0166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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