Html Css Color HEX #67024D Tyrian Purple

📋 copy color: '#67024D'

red 103 ◦ green 2 ◦ blue 77

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

Shades of Tyrian Purple #67024D

Tints of Tyrian Purple #67024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 42.31%

R = 56.59%
G = 1.1%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#67024D (or 0x67024D) is known color: Tyrian Purple. HEX triplet: 67, 02 and 4D. RGB value is (103,2,77). Sum of RGB (Red+Green+Blue) = 103+2+77=182 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.59% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 103 - color contains mainly: red. Hex color #67024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67024D is #98FDB2. Grayscale: #282828. Windows color (decimal): -10026419 or 5046887. OLE color: 5046887.

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

Color convert

RGB 103 2 77 -
CMYK 0 0.98 0.25 0.60
HSL 315.45º 0.96% 0.21% -
HSV(B) 315.45º 0.98% 0.4% -
XYZ 6.95 3.46 7.32 -
YUV 40.75 148.46 172.4 -
System Red Green Blue C M Y K H S L
Decimal 103 2 77 0 0.98 0.25 0.60 315.45 0.96 0.21
Hex 67 2 4D 0 62 19 3C 13B 60 15
Octal 147 2 115 0 142 31 74 473 140 25
Binary 1100111 10 1001101 0 1100010 11001 111100 100111011 1100000 10101

Color Harmonies of #67024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67024D

Black with #67024D

Text Example


Text Example

White with #67024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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