Html Css Color HEX #67024A Tyrian Purple

📋 copy color: '#67024A'

red 103 ◦ green 2 ◦ blue 74

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

Shades of Tyrian Purple #67024A

Tints of Tyrian Purple #67024A

RGB

 RED value IS 103 (40.63% from 255) = 57.54%

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

 BLUE value IS 74 (29.3% from 255) = 41.34%

R = 57.54%
G = 1.12%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#67024A (or 0x67024A) is known color: Tyrian Purple. HEX triplet: 67, 02 and 4A. RGB value is (103,2,74). Sum of RGB (Red+Green+Blue) = 103+2+74=179 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.54% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 103 - color contains mainly: red. Hex color #67024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67024A is #98FDB5. Grayscale: #282828. Windows color (decimal): -10026422 or 4850279. OLE color: 4850279.

HSL color Cylindrical-coordinate representation of color #67024A: hue angle of 317.23º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #67024A is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 2 74 -
CMYK 0 0.98 0.28 0.60
HSL 317.23º 0.96% 0.21% -
HSV(B) 317.23º 0.98% 0.4% -
XYZ 6.85 3.42 6.78 -
YUV 40.41 146.96 172.65 -
System Red Green Blue C M Y K H S L
Decimal 103 2 74 0 0.98 0.28 0.60 317.23 0.96 0.21
Hex 67 2 4A 0 62 1C 3C 13D 60 15
Octal 147 2 112 0 142 34 74 475 140 25
Binary 1100111 10 1001010 0 1100010 11100 111100 100111101 1100000 10101

Color Harmonies of #67024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67024A

Black with #67024A

Text Example


Text Example

White with #67024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67024A; }

 p { color: rgb(103,2,74); }

 H1.HeaderClassName
 {
   color: #67024A;
 }
 .AnyTagClassName
 {
   color: #67024A;
 }
</style>

background-color css

<style>
 a { background-color: #67024A; }

 a { background-color: rgb(103,2,74); }

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

border-color css

<style>
 span { border-color: #67024A; }

 span { border-color: rgb(103,2,74); }

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