Html Css Color HEX #7A0255 Tyrian Purple

📋 copy color: '#7A0255'

red 122 ◦ green 2 ◦ blue 85

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

Shades of Tyrian Purple #7A0255

Tints of Tyrian Purple #7A0255

RGB

 RED value IS 122 (48.05% from 255) = 58.37%

 GREEN value IS 2 (1.17% from 255) = 0.96%

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

R = 58.37%
G = 0.96%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#7A0255 (or 0x7A0255) is known color: Tyrian Purple. HEX triplet: 7A, 02 and 55. RGB value is (122,2,85). Sum of RGB (Red+Green+Blue) = 122+2+85=209 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.37% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0255 is #85FDAA. Grayscale: #2F2F2F. Windows color (decimal): -8781227 or 5571194. OLE color: 5571194.

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

Color convert

RGB 122 2 85 -
CMYK 0 0.98 0.30 0.52
HSL 318.5º 0.97% 0.24% -
HSV(B) 318.5º 0.98% 0.48% -
XYZ 9.69 4.84 9.02 -
YUV 47.34 149.26 181.25 -
System Red Green Blue C M Y K H S L
Decimal 122 2 85 0 0.98 0.30 0.52 318.5 0.97 0.24
Hex 7A 2 55 0 62 1E 34 13E 61 18
Octal 172 2 125 0 142 36 64 476 141 30
Binary 1111010 10 1010101 0 1100010 11110 110100 100111110 1100001 11000

Color Harmonies of #7A0255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0255

Black with #7A0255

Text Example


Text Example

White with #7A0255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,2,85); }

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

background-color css

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

 a { background-color: rgb(122,2,85); }

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

border-color css

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

 span { border-color: rgb(122,2,85); }

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