Html Css Color HEX #7B0488 Purple

📋 copy color: '#7B0488'

red 123 ◦ green 4 ◦ blue 136

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

Shades of Purple #7B0488

Tints of Purple #7B0488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 51.71%

R = 46.77%
G = 1.52%
B = 51.71%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7B0488 (or 0x7B0488) is known color: Purple. HEX triplet: 7B, 04 and 88. RGB value is (123,4,136). Sum of RGB (Red+Green+Blue) = 123+4+136=263 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.77% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #7B0488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0488 is #84FB77. Grayscale: #363636. Windows color (decimal): -8715128 or 8914043. OLE color: 8914043.

HSL color Cylindrical-coordinate representation of color #7B0488: hue angle of 294.09º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B0488 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 123 4 136 -
CMYK 0.10 0.97 0 0.47
HSL 294.09º 0.94% 0.27% -
HSV(B) 294.09º 0.97% 0.53% -
XYZ 12.66 6.08 23.8 -
YUV 54.63 173.92 176.77 -
System Red Green Blue C M Y K H S L
Decimal 123 4 136 0.10 0.97 0 0.47 294.09 0.94 0.27
Hex 7B 4 88 A 61 0 2F 126 5E 1B
Octal 173 4 210 12 141 0 57 446 136 33
Binary 1111011 100 10001000 1010 1100001 0 101111 100100110 1011110 11011

Color Harmonies of #7B0488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0488

Black with #7B0488

Text Example


Text Example

White with #7B0488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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