Html Css Color HEX #7B147F Purple

📋 copy color: '#7B147F'

red 123 ◦ green 20 ◦ blue 127

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

Shades of Purple #7B147F

Tints of Purple #7B147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.41%

 BLUE value IS 127 (50% from 255) = 47.04%

R = 45.56%
G = 7.41%
B = 47.04%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7B147F (or 0x7B147F) is known color: Purple. HEX triplet: 7B, 14 and 7F. RGB value is (123,20,127). Sum of RGB (Red+Green+Blue) = 123+20+127=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #7B147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B147F is #84EB80. Grayscale: #3E3E3E. Windows color (decimal): -8711041 or 8328315. OLE color: 8328315.

HSL color Cylindrical-coordinate representation of color #7B147F: hue angle of 297.76º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B147F is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 123 20 127 -
CMYK 0.03 0.84 0 0.50
HSL 297.76º 0.73% 0.29% -
HSV(B) 297.76º 0.84% 0.5% -
XYZ 12.25 6.24 20.64 -
YUV 63 164.12 170.8 -
System Red Green Blue C M Y K H S L
Decimal 123 20 127 0.03 0.84 0 0.50 297.76 0.73 0.29
Hex 7B 14 7F 3 54 0 32 12A 49 1D
Octal 173 24 177 3 124 0 62 452 111 35
Binary 1111011 10100 1111111 11 1010100 0 110010 100101010 1001001 11101

Color Harmonies of #7B147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B147F

Black with #7B147F

Text Example


Text Example

White with #7B147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,20,127); }

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

background-color css

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

 a { background-color: rgb(123,20,127); }

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

border-color css

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

 span { border-color: rgb(123,20,127); }

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