Html Css Color HEX #7C023D Tyrian Purple

📋 copy color: '#7C023D'

red 124 ◦ green 2 ◦ blue 61

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

Shades of Tyrian Purple #7C023D

Tints of Tyrian Purple #7C023D

RGB

 RED value IS 124 (48.83% from 255) = 66.31%

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

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

R = 66.31%
G = 1.07%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7C023D (or 0x7C023D) is known color: Tyrian Purple. HEX triplet: 7C, 02 and 3D. RGB value is (124,2,61). Sum of RGB (Red+Green+Blue) = 124+2+61=187 (24% of max value = 765). Red value is 124 (48.83% from 255 or 66.31% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 124 - color contains mainly: red. Hex color #7C023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C023D is #83FDC2. Grayscale: #2D2D2D. Windows color (decimal): -8650179 or 3998332. OLE color: 3998332.

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

Color convert

RGB 124 2 61 -
CMYK 0 0.98 0.51 0.51
HSL 330.98º 0.97% 0.25% -
HSV(B) 330.98º 0.98% 0.49% -
XYZ 9.18 4.67 4.83 -
YUV 45.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 124 2 61 0 0.98 0.51 0.51 330.98 0.97 0.25
Hex 7C 2 3D 0 62 33 33 14B 61 19
Octal 174 2 75 0 142 63 63 513 141 31
Binary 1111100 10 111101 0 1100010 110011 110011 101001011 1100001 11001

Color Harmonies of #7C023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C023D

Black with #7C023D

Text Example


Text Example

White with #7C023D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,2,61); }

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

background-color css

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

 a { background-color: rgb(124,2,61); }

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

border-color css

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

 span { border-color: rgb(124,2,61); }

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