Html Css Color HEX #67002C Tyrian Purple

📋 copy color: '#67002C'

red 103 ◦ green 0 ◦ blue 44

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

Shades of Tyrian Purple #67002C

Tints of Tyrian Purple #67002C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 44 (17.58% from 255) = 29.93%

R = 70.07%
G = 0%
B = 29.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#67002C (or 0x67002C) is known color: Tyrian Purple. HEX triplet: 67, 00 and 2C. RGB value is (103,0,44). Sum of RGB (Red+Green+Blue) = 103+0+44=147 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.07% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 103 - color contains mainly: red. Hex color #67002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67002C is #98FFD3. Grayscale: #232323. Windows color (decimal): -10026964 or 2883687. OLE color: 2883687.

HSL color Cylindrical-coordinate representation of color #67002C: hue angle of 334.37º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #67002C is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 0 44 -
CMYK 0 1 0.57 0.60
HSL 334.37º 1% 0.2% -
HSV(B) 334.37º 1% 0.4% -
XYZ 6.05 3.07 2.66 -
YUV 35.81 132.62 175.92 -
System Red Green Blue C M Y K H S L
Decimal 103 0 44 0 1 0.57 0.60 334.37 1 0.2
Hex 67 0 2C 0 64 39 3C 14E 64 14
Octal 147 0 54 0 144 71 74 516 144 24
Binary 1100111 0 101100 0 1100100 111001 111100 101001110 1100100 10100

Color Harmonies of #67002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67002C

Black with #67002C

Text Example


Text Example

White with #67002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67002C; }

 p { color: rgb(103,0,44); }

 H1.HeaderClassName
 {
   color: #67002C;
 }
 .AnyTagClassName
 {
   color: #67002C;
 }
</style>

background-color css

<style>
 a { background-color: #67002C; }

 a { background-color: rgb(103,0,44); }

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

border-color css

<style>
 span { border-color: #67002C; }

 span { border-color: rgb(103,0,44); }

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