Html Css Color HEX #7B0588 Purple

📋 copy color: '#7B0588'

red 123 ◦ green 5 ◦ blue 136

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

Shades of Purple #7B0588

Tints of Purple #7B0588

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

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

R = 46.59%
G = 1.89%
B = 51.52%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7B0588 (or 0x7B0588) is known color: Purple. HEX triplet: 7B, 05 and 88. RGB value is (123,5,136). Sum of RGB (Red+Green+Blue) = 123+5+136=264 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.59% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #7B0588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0588 is #84FA77. Grayscale: #363636. Windows color (decimal): -8714872 or 8914299. OLE color: 8914299.

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

Color convert

RGB 123 5 136 -
CMYK 0.10 0.96 0 0.47
HSL 294.05º 0.93% 0.28% -
HSV(B) 294.05º 0.96% 0.53% -
XYZ 12.67 6.1 23.8 -
YUV 55.22 173.59 176.35 -
System Red Green Blue C M Y K H S L
Decimal 123 5 136 0.10 0.96 0 0.47 294.05 0.93 0.28
Hex 7B 5 88 A 60 0 2F 126 5D 1C
Octal 173 5 210 12 140 0 57 446 135 34
Binary 1111011 101 10001000 1010 1100000 0 101111 100100110 1011101 11100

Color Harmonies of #7B0588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0588

Black with #7B0588

Text Example


Text Example

White with #7B0588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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