Html Css Color HEX #7A0135 Tyrian Purple

📋 copy color: '#7A0135'

red 122 ◦ green 1 ◦ blue 53

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

Shades of Tyrian Purple #7A0135

Tints of Tyrian Purple #7A0135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.11%

R = 69.32%
G = 0.57%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.52

RGB Variations

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

Color information

#7A0135 (or 0x7A0135) is known color: Tyrian Purple. HEX triplet: 7A, 01 and 35. RGB value is (122,1,53). Sum of RGB (Red+Green+Blue) = 122+1+53=176 (23% of max value = 765). Red value is 122 (48.05% from 255 or 69.32% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0135 is #85FECA. Grayscale: #2B2B2B. Windows color (decimal): -8781515 or 3473786. OLE color: 3473786.

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

Color convert

RGB 122 1 53 -
CMYK 0 0.99 0.57 0.52
HSL 334.21º 0.98% 0.24% -
HSV(B) 334.21º 0.99% 0.48% -
XYZ 8.68 4.42 3.76 -
YUV 43.11 133.59 184.27 -
System Red Green Blue C M Y K H S L
Decimal 122 1 53 0 0.99 0.57 0.52 334.21 0.98 0.24
Hex 7A 1 35 0 63 39 34 14E 62 18
Octal 172 1 65 0 143 71 64 516 142 30
Binary 1111010 1 110101 0 1100011 111001 110100 101001110 1100010 11000

Color Harmonies of #7A0135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0135

Black with #7A0135

Text Example


Text Example

White with #7A0135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,1,53); }

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

background-color css

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

 a { background-color: rgb(122,1,53); }

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

border-color css

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

 span { border-color: rgb(122,1,53); }

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