Html Css Color HEX #670228 Tyrian Purple

📋 copy color: '#670228'

red 103 ◦ green 2 ◦ blue 40

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

Shades of Tyrian Purple #670228

Tints of Tyrian Purple #670228

RGB

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

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

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

R = 71.03%
G = 1.38%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#670228 (or 0x670228) is known color: Tyrian Purple. HEX triplet: 67, 02 and 28. RGB value is (103,2,40). Sum of RGB (Red+Green+Blue) = 103+2+40=145 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.03% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 103 - color contains mainly: red. Hex color #670228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670228 is #98FDD7. Grayscale: #242424. Windows color (decimal): -10026456 or 2622055. OLE color: 2622055.

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

Color convert

RGB 103 2 40 -
CMYK 0 0.98 0.61 0.60
HSL 337.43º 0.96% 0.21% -
HSV(B) 337.43º 0.98% 0.4% -
XYZ 6 3.08 2.29 -
YUV 36.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 103 2 40 0 0.98 0.61 0.60 337.43 0.96 0.21
Hex 67 2 28 0 62 3D 3C 151 60 15
Octal 147 2 50 0 142 75 74 521 140 25
Binary 1100111 10 101000 0 1100010 111101 111100 101010001 1100000 10101

Color Harmonies of #670228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670228

Black with #670228

Text Example


Text Example

White with #670228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670228; }

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

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

background-color css

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

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

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

border-color css

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

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

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