Html Css Color HEX #7B047B Purple

📋 copy color: '#7B047B'

red 123 ◦ green 4 ◦ blue 123

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

Shades of Purple #7B047B

Tints of Purple #7B047B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.6%

 BLUE value IS 123 (48.44% from 255) = 49.2%

R = 49.2%
G = 1.6%
B = 49.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#7B047B (or 0x7B047B) is known color: Purple. HEX triplet: 7B, 04 and 7B. RGB value is (123,4,123). Sum of RGB (Red+Green+Blue) = 123+4+123=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: red, blue. Hex color #7B047B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B047B is #84FB84. Grayscale: #343434. Windows color (decimal): -8715141 or 8062075. OLE color: 8062075.

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

Color convert

RGB 123 4 123 -
CMYK 0 0.97 0 0.52
HSL 300º 0.94% 0.25% -
HSV(B) 300º 0.97% 0.48% -
XYZ 11.79 5.73 19.22 -
YUV 53.15 167.42 177.82 -
System Red Green Blue C M Y K H S L
Decimal 123 4 123 0 0.97 0 0.52 300 0.94 0.25
Hex 7B 4 7B 0 61 0 34 12C 5E 19
Octal 173 4 173 0 141 0 64 454 136 31
Binary 1111011 100 1111011 0 1100001 0 110100 100101100 1011110 11001

Color Harmonies of #7B047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B047B

Black with #7B047B

Text Example


Text Example

White with #7B047B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,4,123); }

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

background-color css

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

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

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

border-color css

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

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

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