Html Css Color HEX #7B127D Purple

📋 copy color: '#7B127D'

red 123 ◦ green 18 ◦ blue 125

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

Shades of Purple #7B127D

Tints of Purple #7B127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.77%

 BLUE value IS 125 (49.22% from 255) = 46.99%

R = 46.24%
G = 6.77%
B = 46.99%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7B127D (or 0x7B127D) is known color: Purple. HEX triplet: 7B, 12 and 7D. RGB value is (123,18,125). Sum of RGB (Red+Green+Blue) = 123+18+125=266 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.24% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #7B127D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B127D is #84ED82. Grayscale: #3D3D3D. Windows color (decimal): -8711555 or 8196731. OLE color: 8196731.

HSL color Cylindrical-coordinate representation of color #7B127D: hue angle of 298.88º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B127D is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 123 18 125 -
CMYK 0.02 0.86 0 0.51
HSL 298.88º 0.75% 0.28% -
HSV(B) 298.88º 0.86% 0.49% -
XYZ 12.09 6.12 19.95 -
YUV 61.59 163.79 171.8 -
System Red Green Blue C M Y K H S L
Decimal 123 18 125 0.02 0.86 0 0.51 298.88 0.75 0.28
Hex 7B 12 7D 2 56 0 33 12B 4B 1C
Octal 173 22 175 2 126 0 63 453 113 34
Binary 1111011 10010 1111101 10 1010110 0 110011 100101011 1001011 11100

Color Harmonies of #7B127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B127D

Black with #7B127D

Text Example


Text Example

White with #7B127D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,18,125); }

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

background-color css

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

 a { background-color: rgb(123,18,125); }

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

border-color css

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

 span { border-color: rgb(123,18,125); }

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