Html Css Color HEX #7B0572 Purple

📋 copy color: '#7B0572'

red 123 ◦ green 5 ◦ blue 114

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

Shades of Purple #7B0572

Tints of Purple #7B0572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 47.11%

R = 50.83%
G = 2.07%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#7B0572 (or 0x7B0572) is known color: Purple. HEX triplet: 7B, 05 and 72. RGB value is (123,5,114). Sum of RGB (Red+Green+Blue) = 123+5+114=242 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.83% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0572 is #84FA8D. Grayscale: #343434. Windows color (decimal): -8714894 or 7472507. OLE color: 7472507.

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

Color convert

RGB 123 5 114 -
CMYK 0 0.96 0.07 0.52
HSL 304.58º 0.92% 0.25% -
HSV(B) 304.58º 0.96% 0.48% -
XYZ 11.26 5.53 16.39 -
YUV 52.71 162.59 178.14 -
System Red Green Blue C M Y K H S L
Decimal 123 5 114 0 0.96 0.07 0.52 304.58 0.92 0.25
Hex 7B 5 72 0 60 7 34 131 5C 19
Octal 173 5 162 0 140 7 64 461 134 31
Binary 1111011 101 1110010 0 1100000 111 110100 100110001 1011100 11001

Color Harmonies of #7B0572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0572

Black with #7B0572

Text Example


Text Example

White with #7B0572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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