Html Css Color HEX #670242 Tyrian Purple

📋 copy color: '#670242'

red 103 ◦ green 2 ◦ blue 66

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

Shades of Tyrian Purple #670242

Tints of Tyrian Purple #670242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.6%

R = 60.23%
G = 1.17%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#670242 (or 0x670242) is known color: Tyrian Purple. HEX triplet: 67, 02 and 42. RGB value is (103,2,66). Sum of RGB (Red+Green+Blue) = 103+2+66=171 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.23% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 103 - color contains mainly: red. Hex color #670242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670242 is #98FDBD. Grayscale: #272727. Windows color (decimal): -10026430 or 4325991. OLE color: 4325991.

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

Color convert

RGB 103 2 66 -
CMYK 0 0.98 0.36 0.60
HSL 321.98º 0.96% 0.21% -
HSV(B) 321.98º 0.98% 0.4% -
XYZ 6.6 3.32 5.45 -
YUV 39.5 142.96 173.3 -
System Red Green Blue C M Y K H S L
Decimal 103 2 66 0 0.98 0.36 0.60 321.98 0.96 0.21
Hex 67 2 42 0 62 24 3C 142 60 15
Octal 147 2 102 0 142 44 74 502 140 25
Binary 1100111 10 1000010 0 1100010 100100 111100 101000010 1100000 10101

Color Harmonies of #670242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670242

Black with #670242

Text Example


Text Example

White with #670242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670242; }

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

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

background-color css

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

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

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

border-color css

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

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

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