Html Css Color HEX #7B0372 Purple

📋 copy color: '#7B0372'

red 123 ◦ green 3 ◦ blue 114

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

Shades of Purple #7B0372

Tints of Purple #7B0372

RGB

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

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

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

R = 51.25%
G = 1.25%
B = 47.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#7B0372 (or 0x7B0372) is known color: Purple. HEX triplet: 7B, 03 and 72. RGB value is (123,3,114). Sum of RGB (Red+Green+Blue) = 123+3+114=240 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.25% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0372 is #84FC8D. Grayscale: #333333. Windows color (decimal): -8715406 or 7471995. OLE color: 7471995.

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

Color convert

RGB 123 3 114 -
CMYK 0 0.98 0.07 0.52
HSL 304.5º 0.95% 0.25% -
HSV(B) 304.5º 0.98% 0.48% -
XYZ 11.24 5.49 16.39 -
YUV 51.53 163.26 178.97 -
System Red Green Blue C M Y K H S L
Decimal 123 3 114 0 0.98 0.07 0.52 304.5 0.95 0.25
Hex 7B 3 72 0 62 7 34 130 5F 19
Octal 173 3 162 0 142 7 64 460 137 31
Binary 1111011 11 1110010 0 1100010 111 110100 100110000 1011111 11001

Color Harmonies of #7B0372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0372

Black with #7B0372

Text Example


Text Example

White with #7B0372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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