Html Css Color HEX #7B0382 Purple

📋 copy color: '#7B0382'

red 123 ◦ green 3 ◦ blue 130

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

Shades of Purple #7B0382

Tints of Purple #7B0382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 130 (51.17% from 255) = 50.78%

R = 48.05%
G = 1.17%
B = 50.78%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7B0382 (or 0x7B0382) is known color: Purple. HEX triplet: 7B, 03 and 82. RGB value is (123,3,130). Sum of RGB (Red+Green+Blue) = 123+3+130=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #7B0382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0382 is #84FC7D. Grayscale: #343434. Windows color (decimal): -8715390 or 8520571. OLE color: 8520571.

HSL color Cylindrical-coordinate representation of color #7B0382: hue angle of 296.69º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B0382 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 123 3 130 -
CMYK 0.05 0.98 0 0.49
HSL 296.69º 0.95% 0.26% -
HSV(B) 296.69º 0.98% 0.51% -
XYZ 12.23 5.89 21.61 -
YUV 53.36 171.26 177.67 -
System Red Green Blue C M Y K H S L
Decimal 123 3 130 0.05 0.98 0 0.49 296.69 0.95 0.26
Hex 7B 3 82 5 62 0 31 129 5F 1A
Octal 173 3 202 5 142 0 61 451 137 32
Binary 1111011 11 10000010 101 1100010 0 110001 100101001 1011111 11010

Color Harmonies of #7B0382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0382

Black with #7B0382

Text Example


Text Example

White with #7B0382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,3,130); }

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

background-color css

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

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

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

border-color css

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

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

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