Html Css Color HEX #670246 Tyrian Purple

📋 copy color: '#670246'

red 103 ◦ green 2 ◦ blue 70

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

Shades of Tyrian Purple #670246

Tints of Tyrian Purple #670246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 40%

R = 58.86%
G = 1.14%
B = 40%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.60

RGB Variations

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

Color information

#670246 (or 0x670246) is known color: Tyrian Purple. HEX triplet: 67, 02 and 46. RGB value is (103,2,70). Sum of RGB (Red+Green+Blue) = 103+2+70=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #670246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670246 is #98FDB9. Grayscale: #272727. Windows color (decimal): -10026426 or 4588135. OLE color: 4588135.

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

Color convert

RGB 103 2 70 -
CMYK 0 0.98 0.32 0.60
HSL 319.6º 0.96% 0.21% -
HSV(B) 319.6º 0.98% 0.4% -
XYZ 6.72 3.37 6.09 -
YUV 39.95 144.96 172.97 -
System Red Green Blue C M Y K H S L
Decimal 103 2 70 0 0.98 0.32 0.60 319.6 0.96 0.21
Hex 67 2 46 0 62 20 3C 140 60 15
Octal 147 2 106 0 142 40 74 500 140 25
Binary 1100111 10 1000110 0 1100010 100000 111100 101000000 1100000 10101

Color Harmonies of #670246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670246

Black with #670246

Text Example


Text Example

White with #670246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670246; }

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

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

background-color css

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

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

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

border-color css

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

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

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