Html Css Color HEX #7A023F Tyrian Purple

📋 copy color: '#7A023F'

red 122 ◦ green 2 ◦ blue 63

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

Shades of Tyrian Purple #7A023F

Tints of Tyrian Purple #7A023F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 33.69%

R = 65.24%
G = 1.07%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#7A023F (or 0x7A023F) is known color: Tyrian Purple. HEX triplet: 7A, 02 and 3F. RGB value is (122,2,63). Sum of RGB (Red+Green+Blue) = 122+2+63=187 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.24% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 122 - color contains mainly: red. Hex color #7A023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A023F is #85FDC0. Grayscale: #2C2C2C. Windows color (decimal): -8781249 or 4129402. OLE color: 4129402.

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

Color convert

RGB 122 2 63 -
CMYK 0 0.98 0.48 0.52
HSL 329.5º 0.97% 0.24% -
HSV(B) 329.5º 0.98% 0.48% -
XYZ 8.94 4.54 5.11 -
YUV 44.83 138.26 183.04 -
System Red Green Blue C M Y K H S L
Decimal 122 2 63 0 0.98 0.48 0.52 329.5 0.97 0.24
Hex 7A 2 3F 0 62 30 34 14A 61 18
Octal 172 2 77 0 142 60 64 512 141 30
Binary 1111010 10 111111 0 1100010 110000 110100 101001010 1100001 11000

Color Harmonies of #7A023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A023F

Black with #7A023F

Text Example


Text Example

White with #7A023F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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