Html Css Color HEX #7B0153 Tyrian Purple

📋 copy color: '#7B0153'

red 123 ◦ green 1 ◦ blue 83

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

Shades of Tyrian Purple #7B0153

Tints of Tyrian Purple #7B0153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 83 (32.81% from 255) = 40.1%

R = 59.42%
G = 0.48%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#7B0153 (or 0x7B0153) is known color: Tyrian Purple. HEX triplet: 7B, 01 and 53. RGB value is (123,1,83). Sum of RGB (Red+Green+Blue) = 123+1+83=207 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.42% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0153 is #84FEAC. Grayscale: #2E2E2E. Windows color (decimal): -8715949 or 5439867. OLE color: 5439867.

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

Color convert

RGB 123 1 83 -
CMYK 0 0.99 0.33 0.52
HSL 319.67º 0.98% 0.24% -
HSV(B) 319.67º 0.99% 0.48% -
XYZ 9.74 4.86 8.61 -
YUV 46.83 148.42 182.33 -
System Red Green Blue C M Y K H S L
Decimal 123 1 83 0 0.99 0.33 0.52 319.67 0.98 0.24
Hex 7B 1 53 0 63 21 34 140 62 18
Octal 173 1 123 0 143 41 64 500 142 30
Binary 1111011 1 1010011 0 1100011 100001 110100 101000000 1100010 11000

Color Harmonies of #7B0153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0153

Black with #7B0153

Text Example


Text Example

White with #7B0153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,1,83); }

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

background-color css

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

 a { background-color: rgb(123,1,83); }

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

border-color css

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

 span { border-color: rgb(123,1,83); }

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