Html Css Color HEX #7B0355 Tyrian Purple

📋 copy color: '#7B0355'

red 123 ◦ green 3 ◦ blue 85

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

Shades of Tyrian Purple #7B0355

Tints of Tyrian Purple #7B0355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 40.28%

R = 58.29%
G = 1.42%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.52

RGB Variations

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

Color information

#7B0355 (or 0x7B0355) is known color: Tyrian Purple. HEX triplet: 7B, 03 and 55. RGB value is (123,3,85). Sum of RGB (Red+Green+Blue) = 123+3+85=211 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.29% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0355 is #84FCAA. Grayscale: #303030. Windows color (decimal): -8715435 or 5571451. OLE color: 5571451.

HSL color Cylindrical-coordinate representation of color #7B0355: hue angle of 319º 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 #7B0355 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 3 85 -
CMYK 0 0.98 0.31 0.52
HSL 319º 0.95% 0.25% -
HSV(B) 319º 0.98% 0.48% -
XYZ 9.84 4.93 9.03 -
YUV 48.23 148.76 181.33 -
System Red Green Blue C M Y K H S L
Decimal 123 3 85 0 0.98 0.31 0.52 319 0.95 0.25
Hex 7B 3 55 0 62 1F 34 13F 5F 19
Octal 173 3 125 0 142 37 64 477 137 31
Binary 1111011 11 1010101 0 1100010 11111 110100 100111111 1011111 11001

Color Harmonies of #7B0355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0355

Black with #7B0355

Text Example


Text Example

White with #7B0355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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