Html Css Color HEX #7D023B Tyrian Purple

📋 copy color: '#7D023B'

red 125 ◦ green 2 ◦ blue 59

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

Shades of Tyrian Purple #7D023B

Tints of Tyrian Purple #7D023B

RGB

 RED value IS 125 (49.22% from 255) = 67.2%

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

 BLUE value IS 59 (23.44% from 255) = 31.72%

R = 67.2%
G = 1.08%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#7D023B (or 0x7D023B) is known color: Tyrian Purple. HEX triplet: 7D, 02 and 3B. RGB value is (125,2,59). Sum of RGB (Red+Green+Blue) = 125+2+59=186 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.20% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 125 - color contains mainly: red. Hex color #7D023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D023B is #82FDC4. Grayscale: #2D2D2D. Windows color (decimal): -8584645 or 3867261. OLE color: 3867261.

HSL color Cylindrical-coordinate representation of color #7D023B: hue angle of 332.2º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D023B is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 2 59 -
CMYK 0 0.98 0.53 0.51
HSL 332.2º 0.97% 0.25% -
HSV(B) 332.2º 0.98% 0.49% -
XYZ 9.27 4.72 4.56 -
YUV 45.28 135.75 184.87 -
System Red Green Blue C M Y K H S L
Decimal 125 2 59 0 0.98 0.53 0.51 332.2 0.97 0.25
Hex 7D 2 3B 0 62 35 33 14C 61 19
Octal 175 2 73 0 142 65 63 514 141 31
Binary 1111101 10 111011 0 1100010 110101 110011 101001100 1100001 11001

Color Harmonies of #7D023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D023B

Black with #7D023B

Text Example


Text Example

White with #7D023B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,2,59); }

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

background-color css

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

 a { background-color: rgb(125,2,59); }

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

border-color css

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

 span { border-color: rgb(125,2,59); }

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