Html Css Color HEX #670A4A Tyrian Purple

📋 copy color: '#670A4A'

red 103 ◦ green 10 ◦ blue 74

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

Shades of Tyrian Purple #670A4A

Tints of Tyrian Purple #670A4A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.35%

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

R = 55.08%
G = 5.35%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#670A4A (or 0x670A4A) is known color: Tyrian Purple. HEX triplet: 67, 0A and 4A. RGB value is (103,10,74). Sum of RGB (Red+Green+Blue) = 103+10+74=187 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.08% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 103 - color contains mainly: red. Hex color #670A4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670A4A is #98F5B5. Grayscale: #2C2C2C. Windows color (decimal): -10024374 or 4852327. OLE color: 4852327.

HSL color Cylindrical-coordinate representation of color #670A4A: hue angle of 318.71º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #670A4A is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 10 74 -
CMYK 0 0.90 0.28 0.60
HSL 318.71º 0.82% 0.22% -
HSV(B) 318.71º 0.9% 0.4% -
XYZ 6.94 3.6 6.81 -
YUV 45.1 144.31 169.3 -
System Red Green Blue C M Y K H S L
Decimal 103 10 74 0 0.90 0.28 0.60 318.71 0.82 0.22
Hex 67 A 4A 0 5A 1C 3C 13F 52 16
Octal 147 12 112 0 132 34 74 477 122 26
Binary 1100111 1010 1001010 0 1011010 11100 111100 100111111 1010010 10110

Color Harmonies of #670A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670A4A

Black with #670A4A

Text Example


Text Example

White with #670A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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