Html Css Color HEX #670128 Tyrian Purple

📋 copy color: '#670128'

red 103 ◦ green 1 ◦ blue 40

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

Shades of Tyrian Purple #670128

Tints of Tyrian Purple #670128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

 BLUE value IS 40 (16.02% from 255) = 27.78%

R = 71.53%
G = 0.69%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#670128 (or 0x670128) is known color: Tyrian Purple. HEX triplet: 67, 01 and 28. RGB value is (103,1,40). Sum of RGB (Red+Green+Blue) = 103+1+40=144 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.53% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 103 - color contains mainly: red. Hex color #670128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670128 is #98FED7. Grayscale: #232323. Windows color (decimal): -10026712 or 2621799. OLE color: 2621799.

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

Color convert

RGB 103 1 40 -
CMYK 0 0.99 0.61 0.60
HSL 337.06º 0.98% 0.2% -
HSV(B) 337.06º 0.99% 0.4% -
XYZ 5.99 3.06 2.28 -
YUV 35.94 130.29 175.83 -
System Red Green Blue C M Y K H S L
Decimal 103 1 40 0 0.99 0.61 0.60 337.06 0.98 0.2
Hex 67 1 28 0 63 3D 3C 151 62 14
Octal 147 1 50 0 143 75 74 521 142 24
Binary 1100111 1 101000 0 1100011 111101 111100 101010001 1100010 10100

Color Harmonies of #670128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670128

Black with #670128

Text Example


Text Example

White with #670128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670128; }

 p { color: rgb(103,1,40); }

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

background-color css

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

 a { background-color: rgb(103,1,40); }

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

border-color css

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

 span { border-color: rgb(103,1,40); }

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