Html Css Color HEX #7D0342 Tyrian Purple

📋 copy color: '#7D0342'

red 125 ◦ green 3 ◦ blue 66

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

Shades of Tyrian Purple #7D0342

Tints of Tyrian Purple #7D0342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.02%

R = 64.43%
G = 1.55%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#7D0342 (or 0x7D0342) is known color: Tyrian Purple. HEX triplet: 7D, 03 and 42. RGB value is (125,3,66). Sum of RGB (Red+Green+Blue) = 125+3+66=194 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.43% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0342 is #82FCBD. Grayscale: #2E2E2E. Windows color (decimal): -8584382 or 4326269. OLE color: 4326269.

HSL color Cylindrical-coordinate representation of color #7D0342: hue angle of 329.02º degrees, saturation: 0.95, 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 #7D0342 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 3 66 -
CMYK 0 0.98 0.47 0.51
HSL 329.02º 0.95% 0.25% -
HSV(B) 329.02º 0.98% 0.49% -
XYZ 9.47 4.82 5.59 -
YUV 46.66 138.92 183.88 -
System Red Green Blue C M Y K H S L
Decimal 125 3 66 0 0.98 0.47 0.51 329.02 0.95 0.25
Hex 7D 3 42 0 62 2F 33 149 5F 19
Octal 175 3 102 0 142 57 63 511 137 31
Binary 1111101 11 1000010 0 1100010 101111 110011 101001001 1011111 11001

Color Harmonies of #7D0342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0342

Black with #7D0342

Text Example


Text Example

White with #7D0342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,3,66); }

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

background-color css

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

 a { background-color: rgb(125,3,66); }

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

border-color css

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

 span { border-color: rgb(125,3,66); }

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