Html Css Color HEX #7D0C3D Tyrian Purple

📋 copy color: '#7D0C3D'

red 125 ◦ green 12 ◦ blue 61

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

Shades of Tyrian Purple #7D0C3D

Tints of Tyrian Purple #7D0C3D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.06%

 BLUE value IS 61 (24.22% from 255) = 30.81%

R = 63.13%
G = 6.06%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D0C3D (or 0x7D0C3D) is known color: Tyrian Purple. HEX triplet: 7D, 0C and 3D. RGB value is (125,12,61). Sum of RGB (Red+Green+Blue) = 125+12+61=198 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.13% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0C3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0C3D is #82F3C2. Grayscale: #333333. Windows color (decimal): -8582083 or 4000893. OLE color: 4000893.

HSL color Cylindrical-coordinate representation of color #7D0C3D: hue angle of 333.98º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D0C3D is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 12 61 -
CMYK 0 0.90 0.51 0.51
HSL 333.98º 0.82% 0.27% -
HSV(B) 333.98º 0.9% 0.49% -
XYZ 9.43 4.96 4.88 -
YUV 51.37 133.44 180.52 -
System Red Green Blue C M Y K H S L
Decimal 125 12 61 0 0.90 0.51 0.51 333.98 0.82 0.27
Hex 7D C 3D 0 5A 33 33 14E 52 1B
Octal 175 14 75 0 132 63 63 516 122 33
Binary 1111101 1100 111101 0 1011010 110011 110011 101001110 1010010 11011

Color Harmonies of #7D0C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0C3D

Black with #7D0C3D

Text Example


Text Example

White with #7D0C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,12,61); }

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

background-color css

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

 a { background-color: rgb(125,12,61); }

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

border-color css

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

 span { border-color: rgb(125,12,61); }

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